This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.NodeCount Property (ArcObjects .NET 10.4 SDK) |
The total number of nodes in the TIN.
[Visual Basic .NET] Public ReadOnly Property NodeCount As Integer
[C#] public int NodeCount {get;}
[C++]
HRESULT get_NodeCount(
long* pcNodes
);
[C++]
Parameters pcNodes [out, retval] pcNodes is a parameter of type long
The total number of nodes in the TIN includes those both inside and outside the interpolation zone.