Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / TasksController Class / ImportTaskConfigurations Method
Path to the import file (*.texp).
In This Topic
    ImportTaskConfigurations Method
    In This Topic
    Import task configurations from the file.
    Syntax
    public void ImportTaskConfigurations( 
       string importedFilePath
    )

    Parameters

    importedFilePath
    Path to the import file (*.texp).
    Exceptions
    ExceptionDescription
    Argument is null.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    This file was not found.
    The exception that is thrown when the file has the wrong extension.
    See Also