This document is archived and information here might be outdated. Recommended version. |
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*
The returned value is the 2-D area of the triangle.