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