ArcObjects Library Reference (GeoDatabase)  

ITin.DataEdgeCount Property

The number of TIN edges that have a data triangle on one side or the other.

[Visual Basic .NET]
Public ReadOnly Property DataEdgeCount As Integer
[C#]
public int DataEdgeCount {get;}
[C++]
HRESULT get_DataEdgeCount(
  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.

Remarks

The DataEdgeCount is the number of edges in the TIN associated with data triangles. Edges that have masked triangles on either side are excluded from this count.

See Also

ITin Interface