ModelSpace Collection |
A special Block object containing all model space entities.
VBA class name: |
AcadModelSpace |
---|---|
Create using: |
N/A |
Access via: |
Document.ModelSpace |
This collection represents all the objects in model space. To add new objects to model space, use the Add* methods listed below.
Because this collection is actually a block, it possesses several block characteristics. For example, this collection has a Layout object associated with it. In addition, all the objects in this collection can also be found in the Blocks collection under a block named *MODEL_SPACE. Both the block named *MODEL_SPACE and the ModelSpace collection actually point to the same data. The ModelSpace collection was created to provide a faster and easier means of accessing the data in model space.
You cannot create or delete a ModelSpace collection. There is always one ModelSpace collection provided in the drawing.
To edit or query the ModelSpace collection, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |