The Document object represents the active IntelliCAD drawing. The active document (IntelliCAD drawing) can be accessed using ThisDocument in VBA or through the ActiveDocument property in VB.
To create or open a Document object, use the New or Open methods. To edit or query a Document object, use the following methods and properties:
Methods |
Properties |
Active | |
ActiveDimStyle | |
EvaluateLispExpression |
ActiveLayer |
ActiveLinetype | |
ActivePViewport | |
ActiveSelectionSet | |
ActiveSpace | |
ActiveTextStyle | |
ActiveUCS | |
ActiveViewport | |
Blocks | |
DimensionStyles | |
ElevationModelSpace | |
ElevationPaperSpace | |
Layers | |
Limits | |
WriteBlock |
Linetypes |
|
ModelSpace |
|
MSpace |
|
|
|
objectSnapMode |
|
PaperSpace |
|
|
|
|
|
Preferences |
|
|
|
|
|
|
|
SelectionSets |
|
Textstyles |
|
UCSs |
|
Utility |
|
Viewports |
|
Views |
|