Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / LinearPath Constructor / LinearPath Constructor(Int32)
Number of points

In This Topic
    LinearPath Constructor(Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal numVertices As Integer _
    )
    public LinearPath( 
       int numVertices
    )

    Parameters

    numVertices
    Number of points
    See Also