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


ITinAdvanced.TriangleCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.TriangleCount Property
ArcGIS Developer Help

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(
  System.Int32* 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