Click or drag to resize

GM_Layer_tSetLineFeaturePointListEx Method

Sets the list of point locations to use for a given line feature, including elevation list.

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

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?
aElevList
Type: SystemSingle
IN: List of per-vertex elevations. Use NULL if no elevation list

Return Value

Type: GM_Error_t32
A GM Error Code
See Also