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


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

ITinNodeCollection.NodeCount Property

The number of nodes in the TIN.

[Visual Basic .NET]
Public ReadOnly Property NodeCount As Integer
[C#]
public int NodeCount {get;}
[C++]
HRESULT get_NodeCount(
  System.Int32* pcNodes
);
[C++]
Parameters
pcNodes [out, retval]

pcNodes is a parameter of type long*

Product Availability

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

See Also

ITinNodeCollection Interface