Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / AreaProperties Class / AreaProperties Constructor / AreaProperties Constructor(IList<Point3D>)
Polygon 2D vertices

In This Topic
    AreaProperties Constructor(IList<Point3D>)
    In This Topic
    2D polygon constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vList As IList(Of Point3D) _
    )
    public AreaProperties( 
       IList<Point3D> vList
    )

    Parameters

    vList
    Polygon 2D vertices
    See Also