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


ITinAdvanced.TriangleCount Property (ArcObjects .NET 10.5 SDK)
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