Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TraversalParams Class / TraversalParams Constructor / TraversalParams Constructor(BlockReference,BlockKeyedCollection,ViewportLayout)
The BlockReference whose transformation is applied to the vertices
The blocks collection

In This Topic
    TraversalParams Constructor(BlockReference,BlockKeyedCollection,ViewportLayout)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal blockRef As BlockReference, _
       ByVal blocks As BlockKeyedCollection, _
       ByVal viewportLayout As ViewportLayout _
    )
    public TraversalParams( 
       BlockReference blockRef,
       BlockKeyedCollection blocks,
       ViewportLayout viewportLayout
    )

    Parameters

    blockRef
    The BlockReference whose transformation is applied to the vertices
    blocks
    The blocks collection
    viewportLayout
    See Also