Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / SetSelectionAsCurrent Method
If true, updates the scene bounding box. Set it to false for better performances in off-screen methods that call this to just use the devDept.Eyeshot.Entities.BlockReference.AccumulatedParentsTransform

In This Topic
    SetSelectionAsCurrent Method
    In This Topic
    Sets the selected BlockReference as current (if there is one).
    Syntax
    'Declaration
     
    Public Sub SetSelectionAsCurrent( _
       Optional ByVal updateBoundingBox As Boolean _
    ) 
    public void SetSelectionAsCurrent( 
       bool updateBoundingBox
    )

    Parameters

    updateBoundingBox
    If true, updates the scene bounding box. Set it to false for better performances in off-screen methods that call this to just use the devDept.Eyeshot.Entities.BlockReference.AccumulatedParentsTransform
    See Also