public void Export( string strExportFilePath )
public: void Export( String^ strExportFilePath )
Parameters
| Parameter Name | Description |
|---|---|
| strExportFilePath | The name of the output file. |
public void Export( string strExportFilePath )
public: void Export( String^ strExportFilePath )
| Parameter Name | Description |
|---|---|
| strExportFilePath | The name of the output file. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid \arguments. |
| System.UnauthorizedAccessException | No user rights to create files on the \file system. |
| System.ApplicationException | The internal interface for layers export could not be created. |
| Eplan.EplApi.Base.BaseException | Errors occurred during export. See the exception message for details. |