This document is archived and information here might be outdated.  Recommended version.


ITinTriangle.Perimeter3D Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.Perimeter3D Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The returned value represents the 3-D distance around the triangle boundary.

See Also

ITinTriangle Interface