Click or drag to resize
PolygonParse Method
Creates a Polygon instance from a Well-known Text(WKT) representation of a polygon.

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

Parameters

textValue
Type: SystemString

Return Value

Type: Polygon
See Also