Map for WinForms | ComponentOne
C1.FlexMap Namespace / WkCoder Class / FromString Method
The string representation of the geometry shape.

In This Topic
    FromString Method (WkCoder)
    In This Topic
    Converts the provided string to geometry shape.
    Syntax
    '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.
    See Also