GM_UtilityGetPointFeatureClassDrawStyle Method |
Sets the default drawing style to use for a given point feature classification
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GetPointFeatureClassDrawStyle(
PointFeatureClass_t16 aFeatureClass,
out GM_PointStyle_t aPointStyle
)
Public Shared Function GetPointFeatureClassDrawStyle (
aFeatureClass As PointFeatureClass_t16,
<OutAttribute> ByRef aPointStyle As GM_PointStyle_t
) As GM_Error_t32
public:
static GM_Error_t32 GetPointFeatureClassDrawStyle(
PointFeatureClass_t16 aFeatureClass,
[OutAttribute] GM_PointStyle_t^% aPointStyle
)
Parameters
- aFeatureClass
- Type: GlobalMapper.TypesPointFeatureClass_t16
IN: Feature class to get draw style for - aPointStyle
- Type: GlobalMapper.TypesGM_PointStyle_t
OUT: Current draw style for point classification
Return Value
Type:
GM_Error_t32A GM Error Code
See Also