ArcObjects Library Reference (GeoDatabase)  

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(
  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