Eplan Platform API
Eplan.EplApi.HEServices Namespace / Export3D Class / ProjectToIFC Method / ProjectToIFC(Project,String) Method
Project to be exported. Can not be null.
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.

In This Topic
    ProjectToIFC(Project,String) Method
    In This Topic
    Exports project into files in IFC format.
    Syntax

    Parameters

    oProject
    Project to be exported. Can not be null.
    strTargetDirectory
    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.

    Return Value

    if all installationSpaces are 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