[]
        
(Showing Draft Content)

C1.FlexMap.WkCoder.FromString

FromString Method

FromString(string)

Converts the provided string to geometry shape.

Declaration
public static GeoGeometry FromString(string shapeString)
Public Shared Function FromString(shapeString As String) As GeoGeometry
Parameters
Type Name Description
string shapeString

The string representation of the geometry shape.

Returns
Type Description
GeoGeometry

Parsed geometry shape.