public void Export( string strExportFilePath )
public: void Export( String^ strExportFilePath )
Parameters
- strExportFilePath
- The name of the output file.
public void Export( string strExportFilePath )
public: void Export( String^ strExportFilePath )
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. |