GM_AddCustomPointClass |
Adds a new custom point classification.
GM_Error_t32 __stdcall GM_AddCustomPointClass ( const char* aName, // IN: Custom type name const GM_PointStyle_t* aStyle, // IN: Default draw style for features of this type PointFeatureClass_t16* aFeatureCode // OUT: Classification code for new type );
If this function succeeds, the new feature classification code will be returned in the aFeatureCode value. This code can then be used as the feature classification for point features.
Copyright © 2020 Blue Marble Geographics. All Rights Reserved