AreaProperties.Add (IList<Point3D>) Method

Accumulates additional 2D segments.
Public Sub Add( _ 
ByVal vList As IList(Of Point3D) _ 
)
This language is not supported or no code example is available.
public void Add( 
IList<Point3D> vList 
)
This language is not supported or no code example is available.

Parameters

vList
IList<Point3D>

Polygon 2D vertices

.NET Framework

Supported in: 4.8

In this article

Definition