Triangle.GetArea Method

Computes the area of the triangle entity.
Public Function GetArea( _ 
ByRef centroid As Point3D
) As Double
This language is not supported or no code example is available.
public double GetArea( 
out Point3D centroid 
)
This language is not supported or no code example is available.

Parameters

centroid
Point3D

The centroid.

Return Value

double

The area amount.

.NET Framework

Supported in: 4.7.2

In this article

Definition