Eplan Platform API
Eplan.EplApi.HEServices Namespace / Export3D Class / InstallationSpaceToIFC Method
Installation space which will be exported. Can not be NULL or empty.
Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be NULL or empty.
Name of the exported file.
Scheme used for export.

In This Topic
    InstallationSpaceToIFC Method
    In This Topic
    Exports single installation space to file in IFC format under given name.
    Syntax

    Parameters

    Parameter NameDescription
    installationSpaceInstallation space which will be exported. Can not be NULL or empty.
    strTargetDirectoryDirectory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be NULL or empty.
    outputFileNameName of the exported file.
    strSchemeScheme used for export.

    Return Value

    if installationSpace is empty, method returns false
    Exceptions
    ExceptionDescription
    Thrown when necessary argument is NULL.
    Thrown in case of invalid arguments.
    The internal interface used for export could not be created.
    See Also