Global Mapper SDK
GM_SetFeatureAttrList
Sets the attribute list to use for a given area, line, or point feature in the given layer.
Syntax
C++
Copy
GM_Error_t32 __stdcall GM_SetFeatureAttrList
(
GM_LayerHandle_t32 aLayer, // IN: Layer the feature is in
GM_FeatureClassType_t8 aFeatureClassType, // IN: Type of feature class (area, point, line)
uint32 aFeatureIndex, // IN: Index of feature in layer
const GM_AttrValue_t* aAttrList, // IN: New list of attributes to associate with feature
uint16 aNumAttrs // IN: Number of attributes in aAttrList
);