Returns the well known text representation of this polygon.

Namespace:  OSOpenSpace
Assembly:  OSOpenSpace (in OSOpenSpace.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public string ToWkt()
Visual Basic (Declaration)
Public Function ToWkt As String
Visual C++
public:
String^ ToWkt()

Return Value

The well known text representation of this polygon.

See Also