Tracking Client API for Windows Phone
Parse Method (gml)
NamespacesESRI.Tracking.Connector.GeometryTmsPolylineParse(String)
A static function that parses GML and converts it to a TmsPolyline.
Declaration Syntax
C#Visual BasicVisual C++
public static TmsPolyline Parse(
	string gml
)
Public Shared Function Parse ( _
	gml As String _
) As TmsPolyline
public:
static TmsPolyline^ Parse(
	String^ gml
)
Parameters
gml (String)
The GML representing the Polyline. In GML, this is a MultiLine.
Return Value
TmsPolyline

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)