AddObject Method
The AddObject method adds a new object to an existing composite object.
Syntax
object.AddObject
object.AddObject =AddObject
Example
This example demonstrates how to add a new object to an existing composite object.
Set Rectangle1 = Plot.Shapes.AddRectangle(5.5,6.5,7.0,2.0)
Composite.AddObject (Rectangle1)
Used by: AutoComposite object