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.Y Property (ArcObjects .NET 10.5 SDK) |
The Y coordinate of the point.
[Visual Basic .NET] Public Property Y As Double
[C#] public double Y {get; set;}
[C++]
HRESULT get_Y(
double* pVal
);
[C++]
HRESULT put_Y(
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 Y coordinate of the point.