Application¶
- class Application¶
Bases:
IApplicationCreates a new COM object instance of Application.
- property active_database¶
Gets active_database.
- Returns:
The value of active_database.
- Return type:
- property active_drawing¶
Gets active_drawing.
- Returns:
The value of active_drawing.
- Return type:
- property administration¶
Gets Administration.
- Returns:
The value of Administration.
- Return type:
administration (IAdministration)
- property databases¶
Gets Databases.
- Returns:
The value of Databases.
- Return type:
- property globals¶
Gets Globals.
Examples:
- begin_batch()¶
- end_batch()¶
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.
- quit()¶
Examples