Click or drag to resize

GM_Layer_tSetPointFeaturePosition Method

Sets the location to use for a given point feature

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SetPointFeaturePosition(
	uint aFeatureIndex,
	GM_Point_t aPosition,
	bool aPosInLayerCoords
)

Parameters

aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aPosition
Type: GlobalMapperGM_Point_t
New location of point
aPosInLayerCoords
Type: SystemBoolean
Is the position in the layer coordinate system or the current coordinate system?

Return Value

Type: GM_Error_t32
A GM Error Code
See Also