ArcObjects Library Reference (GeoDatabase)  

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(
  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