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

Import Method (GraphicalLayerTable)
Imports layers from an XML file.
Syntax
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