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

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