GM_UtilityAddCustomPointClass Method |
Adds a new custom point classification.
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 AddCustomPointClass(
string aName,
GM_PointStyle_t aStyle,
out PointFeatureClass_t16 aFeatureCode
)
Public Shared Function AddCustomPointClass (
aName As String,
aStyle As GM_PointStyle_t,
<OutAttribute> ByRef aFeatureCode As PointFeatureClass_t16
) As GM_Error_t32
public:
static GM_Error_t32 AddCustomPointClass(
String^ aName,
GM_PointStyle_t^ aStyle,
[OutAttribute] PointFeatureClass_t16% aFeatureCode
)
Parameters
- aName
- Type: SystemString
IN: Custom type name - aStyle
- Type: GlobalMapper.TypesGM_PointStyle_t
IN: Default draw style for features of this type - aFeatureCode
- Type: GlobalMapper.TypesPointFeatureClass_t16
OUT: Classification code for new type
Return Value
Type:
GM_Error_t32A GM Error Code
See Also