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


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

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(
  System.Int32* 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