Creates and opens a new document of the specified type.
"documents_var" is a variable referencing a Documents object.
|
"documents_var" is a variable referencing a Documents object.
|
Type | Description |
Document | Returns the created document |
Name | Type | Description |
documentType | DocumentTypes | A value from the DocumentTypes enum that specifies the type of document to create. |
visible | boolean | Optional argument specifying is the document should be visible or not. Currently, documents can only be created visibly so this argument must always be true. This is an optional argument whose default value is True. |
options | NamedValues | Various options that are supported that are specific to the document type. See the documentation for the DocumentTypes enum for information about the options supported for the various types. This is an optional argument whose default value is null. |
Name | Description |
Loft Feature API Sample | Demonstrates creating a new loft feature. |