Global Mapper SDK
GM_GetLineFeatureClassDrawStyle
Sets the default drawing style to use for a given line feature classification.
Syntax
C++
Copy
GM_Error_t32 GM_GetLineFeatureClassDrawStyle
(
LineFeatureClass_t16 aFeatureClass, // IN: Feature class to get draw style for
GM_LineStyle_t* aLineStyle // OUT: Current draw style for line classification
);