This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* pcNodes
);
[C++] Parameters pcNodes [out, retval]
pcNodes is a parameter of type long*
Returns the number of data nodes in the TIN. A node is considered a data node if it's contained inside, or on the boundary, of the interpolation zone.
This count is unreliable during editing. A call to ITinEdit.Refresh is needed to update this information.