MSpace Property |
Allows editing of the model from floating paper space viewports.
Signature
object.MSpace
object
Document
The object or objects this property applies to.
MSpace
Boolean; read-write
TRUE: Allows editing of the model.
FALSE: Does not allow editing of the model.
Remarks
AutoCAD operates in either model space or paper space. Use model space for drafting and design work and to create 2D drawings or 3D models. Use paper space to create a finished layout of a drawing for printing or plotting.
NOTE Before using the MSpace property, the ActiveSpace property must be set to acPaperSpace, and the display control of the PViewport object must be switched on by the Display property.
Comments? |