ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.Perimeter Property

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

Product Availability

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

Description

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

See Also

ITinTriangle Interface