Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / GetLinesFromVertices Method

In This Topic
    GetLinesFromVertices Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetLinesFromVertices( _
       ByVal points() As Point3D, _
       ByVal addLast As Boolean _
    ) As Point3D()
    protected Point3D[] GetLinesFromVertices( 
       Point3D[] points,
       bool addLast
    )

    Parameters

    points
    addLast
    See Also