Combine Method
The Combine method combines selected objects into a composite object. Returns an AutoComposite object.
Syntax
object.Combine
Example
This example shows how to combine the selected objects and assigns the composite object to the variable named Composite.
Set Composite = Plot.Selection.Combine
Used by: AutoSelection collection