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


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

ITinTriangle.Area Property

The projected area of the specified TIN triangle.

[Visual Basic .NET]
Public ReadOnly Property Area As Double
[C#]
public double Area {get;}
[C++]
HRESULT get_Area(
  System.Double* pArea
);
[C++]
Parameters
pArea [out, retval]

pArea is a parameter of type double*

Product Availability

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

Description

The returned value is the 2-D area of the triangle.

See Also

ITinTriangle Interface