Click or drag to resize
LineString.Parse Method
Creates a LineString instance from a Well-known Text(WKT) representation of a line.

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public static LineString Parse(
	string textValue
)

Parameters

textValue
Type: System.String

Return Value

Type: LineString
See Also