This document is archived and information here might be outdated.  Recommended version.


ISMRouterPoint.Y Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouterPoint Interface > ISMRouterPoint.Y Property
ArcGIS Developer Help

ISMRouterPoint.Y Property

The Y coordinate of the point.

[Visual Basic .NET]
Public Property Y As Double
[C#]
public double Y {get; set;}
[C++]
HRESULT get_Y(
void
);
[C++]
HRESULT put_Y(
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the Y coordinate of the point.

See Also

ISMRouterPoint Interface