Click or drag to resize

GM_GetPointFeatureClassDrawStyle

Sets the default drawing style to use for a given point feature classification.

Syntax
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
);