SetSelectedComponents Method
SetSelectedComponents(ICollection<DesignItem>)
Replaces the current selection with the specified selection.
Declaration
void SetSelectedComponents(ICollection<DesignItem> components)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<DesignItem> | components |
SetSelectedComponents(ICollection<DesignItem>, SelectionTypes)
Modifies the current selection using the specified components and selectionType.
Declaration
void SetSelectedComponents(ICollection<DesignItem> components, SelectionTypes selectionType)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<DesignItem> | components | |
SelectionTypes | selectionType |