ArcObjects Library Reference (GeoDatabase)  

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