'Declaration
Public Shared Function FromString( _ ByVal shapeString As String _ ) As GeoGeometry
public static GeoGeometry FromString( string shapeString )
Parameters
- shapeString
- The string representation of the geometry shape.
Return Value
Parsed geometry shape.