GM_Utility .AddCustomAreaClass Method |
Adds a new custom area classification.
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 AddCustomAreaClass(
string aName,
GM_AreaStyle_t aStyle,
out AreaFeatureClass_t16 aFeatureCode
)
Parameters
- aName
-
Type:
System.String
IN: Custom type name - aStyle
-
Type:
GlobalMapper.Types.GM_AreaStyle_t
IN: Default draw style for features of this type - aStyle
-
Type:
GlobalMapper.Types.AreaFeatureClass_t16
OUT: Classification code for new type
Return Value
Type: GM_Error_t32A GM Error Code
