Application.activeDocument Property
Parent Object: ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns the current active document.
Syntax
"application_var" is a variable referencing an Application object. |
Property Value
This is a read only property whose value is a Document.Samples
| Name | Description |
| Generate Setup Sheets API Sample | Demonstrates generating the setup sheets for an existing toolpath.. |
| Generate Toolpaths API Sample | Demonstrates generating the toolpaths in the active document. |
| Post Toolpaths API Sample | Demonstrates posting toolpaths in the active document. |
| Save and Insert File API Sample | Demonstrates creating save a new file and then inserting it into a design. To use this sample, have a design open that has been saved and run the script. It will create a new design that contains a cylinder, save it to the same folder the active design was saved to, and then insert it into the active design. |
