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

In This Topic
    Import Method (GraphicalLayerTable)
    In This Topic
    Imports layers from an XML file.
    Syntax
    public void Import( 
       string strImportFilePath
    )
    public:
    void Import( 
       String^ strImportFilePath
    ) 

    Parameters

    strImportFilePath
    The name of the input file.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid \arguments.
    The internal interface for layers import could not be created.
    Errors occurred during import. See the exception message for details.
    See Also