Click or drag to resize

GM_Layer_tSetLineFeaturePointList Method

Sets the list of point locations to use for a given line feature

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SetLineFeaturePointList(
	uint aFeatureIndex,
	GM_Point_t[] aPointList,
	bool aPosInLayerCoords
)

Parameters

aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aPointList
Type: GlobalMapperGM_Point_t
New list of points for line
aPosInLayerCoords
Type: SystemBoolean
Are the position in the layer coordinate system or the current coordinate system?

Return Value

Type: GM_Error_t32
A GM Error Code
See Also