Global Mapper SDK
GM_GetPointFeatureClassDrawStyle
Sets the default drawing style to use for a given point feature classification.
Syntax
C++
Copy
GM_Error_t32 GM_GetPointFeatureClassDrawStyle
(
PointFeatureClass_t16 aFeatureClass, // IN: Feature class to get draw style for
GM_PointStyle_t* aPointStyle // OUT: Current draw style for point classification
);