Clears the current selection and sets each object in the specified
list of GwxElement objects as selected.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetSelectedObjects( GwxElement[] newSelection ) |
Visual Basic |
---|
Public Sub SetSelectedObjects ( _ newSelection As GwxElement() _ ) |
JScript |
---|
public function SetSelectedObjects( newSelection : GwxElement[] ) |
Parameters
- newSelection
- Type: array<Ico.Gwx..::..GwxElement>[]()[][]
The list of objects to select.