This document is archived and information here might be outdated. Recommended version. |
The projected perimeter of the specified TIN triangle.
[Visual Basic .NET] Public ReadOnly Property Perimeter As Double
[C#] public double Perimeter {get;}
[C++]
HRESULT get_Perimeter(
System.Double* pPerimeter
);
[C++]
Parameters pPerimeter [out, retval]
pPerimeter is a parameter of type double*
The returned value represents the 2-D distance around the triangle boundary.