Description
For each McGraphObj in the collection, sets the Selected property
-
Return Type
-
None
-
Syntax
-
object.SetSelected bSelected
The SetSelected Method syntax has these parts: |
| object | An expression evaluating to an object of type McDisplayedObjects. | | bSelected | Required. A Boolean value. True to select the objects, False to unselect them.
|
|