Click or drag to resize

GM_Layer_tGetLineFeature Method

Gets a Line Feature in this layer at the specified index with optional flags.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_LineFeature_t GetLineFeature(
	uint aIndex
)

Parameters

aIndex
Type: SystemUInt32
Index of Line feature to retrieve

Return Value

Type: GM_LineFeature_t
A line feature from the specified index of the layer
See Also