Click or drag to resize

LineStringParse 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.9.0
Syntax
C#
public static LineString Parse(
	string textValue
)

Parameters

textValue
Type: SystemString

Return Value

Type: LineString
See Also