Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawForSelectionParams<T> Class / ViewportLayout.DrawForSelectionParams<T> Constructor
If true, the selection is performed inside the BlockReferences down to the leaf level.

In This Topic
    ViewportLayout.DrawForSelectionParams<T> Constructor
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewportLayout As ViewportLayout, _
       ByVal viewport As Viewport, _
       ByVal selectionLineWeightScaleFactor As Single, _
       ByVal entList As IList(Of T), _
       ByVal attributes As ViewportLayout.GfxAttributesWire, _
       ByVal shaderParams As ShaderParameters, _
       ByVal blockRefTransform As Transformation, _
       ByVal drawCallBack As ViewportLayout.DrawForSelectionEntityDelegate, _
       Optional ByVal selectableOnly As Boolean, _
       Optional ByVal leafSelection As Boolean, _
       Optional ByVal internalSelection As Boolean _
    )

    Parameters

    viewportLayout
    viewport
    selectionLineWeightScaleFactor
    entList
    attributes
    shaderParams
    blockRefTransform
    drawCallBack
    selectableOnly
    leafSelection
    If true, the selection is performed inside the BlockReferences down to the leaf level.
    internalSelection
    See Also