AreaProperties(IList<Point3D>) Constructor

2D polygon constructor.
Public Sub New( _ 
ByVal vList As IList(Of Point3D) _ 
)
This language is not supported or no code example is available.
public AreaProperties( 
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