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