ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced.TriangleCount Property

The total number of triangles in the TIN.

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

See Also

ITinAdvanced Interface