Eyeshot 10 WinForms API Reference
SetSelectionAsCurrent Method

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
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

Reference

EntityList Class
EntityList Members
SetCurrent Method
SetParentAsCurrent Method