DxfDwgProjectToEMail(Project,String,Double,String) Method
In This Topic
Exports a complete project to the DXF/DWG format and sends it by email. Export settings are taken from the scheme passed in the 'sScheme' parameter
Syntax
Parameters
- prj
- Project to be exported.
- sScheme
- A settings scheme to use.
- dSplitSize
- The value to overwrite the split size from the schema settings.
- sLanguage
- Specifies the language to translate the project into before the export.
Exceptions
Exception | Description |
ArgumentException | Thrown in case of invalid arguments, for
\example a wrong scheme. |
UnauthorizedAccessException | No user rights to create files on the
\file system. |
ApplicationException | The internal interface for exporting
could not be created. |
BaseException | Errors occurred during export. See the
exception message for details. |
InvalidOperationException | Thrown when sLanguage is not available in project translation. |
See Also