This document is archived and information here might be outdated. Recommended version. |
The total number of edges in the TIN.
[Visual Basic .NET]
Public ReadOnly Property EdgeCount As Integer
[C#]
public int EdgeCount {get;}
[C++]
HRESULT get_EdgeCount(
System.Int32* pcEdges
);
[C++] Parameters pcEdges [out, retval]
pcEdges is a parameter of type long*
The total number of edges in the TIN. The number is equivalent to 3 times the total number of triangles.
Note, the edge count uses what's termed a double edge interpretation. This is where the shared edge between two triangles is counted twice; once for each triangle.