Documents.open Method
Parent Object: DocumentsDefined in namespace "adsk::core" and the header file is <Core/Application/Documents.h>
Description
Opens an item that has previously been saved.
Syntax
"documents_var" is a variable referencing a Documents object.
|
Return Value
Type | Description |
Document | Returns the open document or null if the open failed. |
Parameters
Name | Type | Description |
dataFile | DataFile | The item to open. |
visible | boolean | Specifies if the document should be opened visibly or not. This is an optional argument whose default value is True. |