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