Click or drag to resize

GM_Layer_tSetFeatureAttrList Method

Sets the list of attribute/values to use for the specified feature.

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public GM_Error_t32 SetFeatureAttrList(
	GM_FeatureClassType_t8 aFeatureClassType,
	uint aFeatureIndex,
	GM_AttrValue_t[] aAttrList
)

Parameters

aFeatureClassType
Type: GlobalMapper.TypesGM_FeatureClassType_t8
IN: Type of feature class (area, point, line)
aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aAttrList
Type: GlobalMapper.TypesGM_AttrValue_t
IN: New list of attributes to associate with feature

Return Value

Type: GM_Error_t32
A GM Error Code
See Also