Click or drag to resize

LineString.Parse Method

Creates a LineString instance from a Well-known Text(WKT) representation of a line.

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

Parameters

textValue
Type: System.String

Return Value

Type: LineString
See Also