ArcObjects Library Reference (GeoDatabase)  

ITin.DataTriangleCount Property

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(
  long* pcTriangles
);
[C++]

Parameters

pcTriangles [out, retval]   pcTriangles is a parameter of type long

Product Availability

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

Remarks

The DataTriangleCount is the number of data triangles in the TIN. Masked triangles are excluded from this count.

See Also

ITin Interface