This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.Area Property (ArcObjects .NET 10.4 SDK) |
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
The returned value is the 2-D area of the triangle.