This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouterPoint Interface > ISMRouterPoint.X Property (ArcObjects .NET 10.5 SDK) |
The X coordinate of the point.
[Visual Basic .NET] Public Property X As Double
[C#] public double X {get; set;}
[C++]
HRESULT get_X(
double* pVal
);
[C++]
HRESULT put_X(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double
Returns the X coordinate of the point.