Tracking Client API for Windows Phone
Parse Method (xStr, yStr, zStr)
NamespacesESRI.Tracking.Connector.GeometryTmsPointParse(String, String, String)
A static function that creates a TmsPoint from x, y and z coordinates.
Declaration Syntax
C#Visual BasicVisual C++
public static TmsPoint Parse(
	string xStr,
	string yStr,
	string zStr
)
Public Shared Function Parse ( _
	xStr As String, _
	yStr As String, _
	zStr As String _
) As TmsPoint
public:
static TmsPoint^ Parse(
	String^ xStr, 
	String^ yStr, 
	String^ zStr
)
Parameters
xStr (String)
String representing the x coordinate.
yStr (String)
String representing the y coordinate.
zStr (String)
String representing the z coordinate.
Return Value
TmsPoint

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