This document is archived and information here might be outdated.  Recommended version.


ITinAdvanced.EdgeCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced.EdgeCount Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITinAdvanced Interface