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

In This Topic
    Export Method (GraphicalLayerTable)
    In This Topic
    Exports the layers into an XML file.
    Syntax
    public void Export( 
       string strExportFilePath
    )
    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