Click or drag to resize

GM_Layer_tSetPointFeatureClass Method

Sets the classification to use for the given feature.

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public GM_Error_t32 SetPointFeatureClass(
	uint aFeatureIndex,
	PointFeatureClass_t16 aFeatureClass
)

Parameters

aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aFeatureClass
Type: GlobalMapper.TypesPointFeatureClass_t16
IN: New feature class to assign to feature

Return Value

Type: GM_Error_t32
A GM Error Code
See Also