ArcObjects Library Reference (GeoDatabase)  

ITin.DataNodeCount Property

The number of data nodes in the TIN.

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

Parameters

pcNodes [out, retval]   pcNodes is a parameter of type long

Product Availability

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

Remarks

The DataNodeCount is the number of nodes in the TIN that are associated with data triangles. Nodes that are surrounded only by masked triangles are excluded from this count.

See Also

ITin Interface