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


ITinNode.Y Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface > ITinNode.Y Property
ArcGIS Developer Help

ITinNode.Y Property

The y-coordinate of the specified node.

[Visual Basic .NET]
Public ReadOnly Property Y As Double
[C#]
public double Y {get;}
[C++]
HRESULT get_Y(
  System.Double* Y
);
[C++]
Parameters
Y [out, retval]

Y is a parameter of type double*

Product Availability

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

See Also

ITinNode Interface