Click or drag to resize

GM_AreaStyle_tAddCustomAreaClass Method

Adds a new custom area classification.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 AddCustomAreaClass(
	string aName,
	GM_AreaStyle_t aStyle,
	out AreaFeatureClass_t16 aFeatureCode
)

Parameters

aName
Type: SystemString
IN: Custom type name
aStyle
Type: GlobalMapperGM_AreaStyle_t
IN: Default draw style for features of this type
aFeatureCode
Type: GlobalMapperAreaFeatureClass_t16
OUT: Classification code for new type

Return Value

Type: GM_Error_t32
A GM Error Code
See Also