IWorkspace.GenerateDocument method
Namespace: NextDesign.Desktop
Description
Generate documentation.
The selected element in the model navigator is set as the base model to be output.
argument
| Name | Type | Description |
|---|---|---|
| options | DocumentGenerationOptions | Document Generation Options |
Return value
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Unsupported | ExtensionNotSupportedException | If the current edition of the application does not support it |
| Argument invalid | ExtensionArgumentException | If a string other than the default string is specified for options.Format If a string other than the default string is specified for options.Scope In options.OutputPath If you specify null or an empty string |
| Invalid Path | ExtensionInvalidPathException | if options.OutputPath cannot be interpreted as a valid path string |