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


ITinSurfaceElement.NodeTagValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinSurfaceElement.NodeTagValue Property

The node tag value of the associated triangle node closest to the element.

[Visual Basic .NET]
Public ReadOnly Property NodeTagValue As Integer
[C#]
public int NodeTagValue {get;}
[C++]
HRESULT get_NodeTagValue(
  long* pValue
);
[C++]

Parameters pValue [out, retval] pValue is a parameter of type long

Product Availability

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

See Also

ITinSurfaceElement Interface