globalmapper.SetFeatureAttrList =============================== .. currentmodule:: globalmapper .. py:function:: SetFeatureAttrList (GM_LayerHandle_t32 aLayer, GM_FeatureClassType_t8 aFeatureClassType, uint32 aFeatureIndex, GM_AttrValue_t aAttrList, uint16 aNumAttrs) -> GM_Error_t32 Sets the attribute list to use for a given area, line, or point feature in the given layer. :param GM_LayerHandle_t32 aLayer: Layer the feature is in :param GM_FeatureClassType_t8 aFeatureClassType: Type of feature class (area, point, line) :param uint32 aFeatureIndex: Index of feature in layer :param GM_AttrValue_t aAttrList: New list of attributes to associate with feature :param uint16 aNumAttrs: Number of attributes in aAttrList :returns: Error Code :rtype: GM_Error_t32