Click or drag to resize

GM_Layer_tSetPointFeatureClass Method

Sets the classification to use for the given feature.

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

Parameters

aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aFeatureClass
Type: GlobalMapperPointFeatureClass_t16
IN: New feature class to assign to feature

Return Value

Type: GM_Error_t32
A GM Error Code
See Also