public void DxfDwgPages( ArrayList arrayPages, string sScheme )
public: void DxfDwgPages( ArrayList^ arrayPages, String^ sScheme )
Parameters
| Parameter Name | Description |
|---|---|
| arrayPages | A pages to be exported. |
| sScheme |
public void DxfDwgPages( ArrayList arrayPages, string sScheme )
public: void DxfDwgPages( ArrayList^ arrayPages, String^ sScheme )
| Parameter Name | Description |
|---|---|
| arrayPages | A pages to be exported. |
| sScheme |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid arguments, for example a wrong scheme. |
| System.UnauthorizedAccessException | No user rights to create files on the file system. |
| System.ApplicationException | The internal interface for exporting could not be created. |
| Eplan.EplApi.Base.BaseException | Errors occurred during export. See the exception message for details. |