API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / Export Method
The name of the output file.

Export Method (GraphicalLayerTable)
Exports the layers into an XML file.
Syntax
public void Export( 
   string strExportFilePath
)

Parameters

strExportFilePath
The name of the output file.
Exceptions
ExceptionDescription
Thrown in case of invalid \arguments.
No user rights to create files on the \file system.
The internal interface for layers export could not be created.
Errors occurred during export. See the exception message for details.
See Also