Global Mapper SDK
| GM_Layer_t .SetFeatureAttrList Method |
Sets the list of attribute/values to use for the specified feature.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetFeatureAttrList ( GM_FeatureClassType_t8 aFeatureClassType , uint aFeatureIndex , GM_AttrValue_t [] aAttrList )
Parameters
- aFeatureClassType
-
Type:
GlobalMapper
.
GM_FeatureClassType_t8
IN: Type of feature class (area, point, line) - aFeatureIndex
-
Type:
System
.
UInt32
IN: Index of feature in layer - aAttrList
-
Type:
GlobalMapper
.
GM_AttrValue_t
IN: New list of attributes to associate with feature
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.