A static function that parses GML and converts it to a TmsPolyline.

C# | Visual Basic | Visual C++ |
public static TmsPolyline Parse( string gml )
Public Shared Function Parse ( _ gml As String _ ) As TmsPolyline
public: static TmsPolyline^ Parse( String^ gml )

- gml (String)
- The GML representing the Polyline. In GML, this is a MultiLine.

TmsPolyline