This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.EdgeCount Property (ArcObjects .NET 10.4 SDK) |
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(
long* 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.