Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TraversalParams Class / TraversalParams Constructor / TraversalParams Constructor(BlockKeyedCollection)
The blocks collection

In This Topic
    TraversalParams Constructor(BlockKeyedCollection)
    In This Topic
    Standard constructor with blocks only.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal blocks As BlockKeyedCollection _
    )
    public TraversalParams( 
       BlockKeyedCollection blocks
    )

    Parameters

    blocks
    The blocks collection
    Remarks
    You can use this constructor to call the devDept.Eyeshot.Entities.Entity.UpdateBoundingBox method for a single devDept.Eyeshot.Entities.BlockReference.
    See Also