Tracking Client API for Windows Phone
TmsPoint Constructor (x, y, z)
NamespacesESRI.Tracking.Connector.GeometryTmsPointTmsPoint(Double, Double, Double)
The constructor.
Declaration Syntax
C#Visual BasicVisual C++
public TmsPoint(
	double x,
	double y,
	double z
)
Public Sub New ( _
	x As Double, _
	y As Double, _
	z As Double _
)
public:
TmsPoint(
	double x, 
	double y, 
	double z
)
Parameters
x (Double)
The x coordinate of the point.
y (Double)
The y coordinate of the point.
z (Double)
The z coordinate of the point.

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