IWorkspace.GenerateDocument method
Namespace: NextDesign.Desktop
Description
Generate a document. The selection element of the model navigator is used as the base point model to be output.
argument
| Name | Type | Description |
|---|---|---|
| options | DocumentGenerationOptions | Document Generation Options |
Return value
Exception
| Name | Exception Class | Description |
|---|---|---|
| Not Supported | ExtensionNotSupportedException | If the current edition of the application is not supported |
| Invalid argument | ExtensionArgumentException | When a character string other than the default character string is specified in options.Format When a character string other than the default character string is specified in options.Scope When options.OutputPath is specified. If null or an empty string is specified |
| Invalid path | ExtensionInvalidPathException | options.OutputPath cannot be interpreted as a valid path string |