This document is archived and information here might be outdated. Recommended version. |
The number of data triangles in the TIN.
[Visual Basic .NET] Public ReadOnly Property DataTriangleCount As Integer
[C#] public int DataTriangleCount {get;}
[C++]
HRESULT get_DataTriangleCount(
System.Int32* pcTriangles
);
[C++]
Parameters pcTriangles [out, retval]
pcTriangles is a parameter of type long*
Returns the number of data triangles in the TIN. Data triangles are those that are within the interpolation zone.
This count is unreliable during editing. A call to ITinEdit.Refresh is needed to update this information.