GM_Utility .SetAreaFeatureClassDrawStyle Method |
Sets the default drawing style to use for a given area feature classification
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 SetAreaFeatureClassDrawStyle(
AreaFeatureClass_t16 aFeatureClass,
GM_AreaStyle_t aAreaStyle
)
Parameters
- aFeatureClass
-
Type:
GlobalMapper.Types.AreaFeatureClass_t16
IN: Feature class to set draw style for - aAreaStyle
-
Type:
GlobalMapper.Types.GM_AreaStyle_t
IN: New style to use for area class (NULL to reset to default)
Return Value
Type: GM_Error_t32A GM Error Code
