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


ITinNode.X 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.X Property
ArcGIS Developer Help

ITinNode.X Property

The x-coordinate of the specified node.

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

X is a parameter of type double*

Product Availability

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

See Also

ITinNode Interface