This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.Perimeter3D Property (ArcObjects .NET 10.5 SDK) |
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(
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.