Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / CompressProject Method / CompressProject(Project,String,String) Method
Project to be compressed.
Configuration scheme. If an empty string is passed to the parameter, the last\-used scheme will be re\-used which is currently set in GUI.
Filter scheme. If an empty string is passed to the parameter, the last\-used scheme will be re\-used which is currently set in GUI. When null is passed no filter scheme is used.

In This Topic
    CompressProject(Project,String,String) Method
    In This Topic
    Compresses a project.
    Syntax

    Parameters

    oProject
    Project to be compressed.
    strConfigScheme
    Configuration scheme. If an empty string is passed to the parameter, the last\-used scheme will be re\-used which is currently set in GUI.
    strFilterScheme
    Filter scheme. If an empty string is passed to the parameter, the last\-used scheme will be re\-used which is currently set in GUI. When null is passed no filter scheme is used.
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case if invalid arguments, e.g. an invalid project is set.
    \Internal interface for compressing could not be created.
    An error occurred when compressing the project.
    An error occurrs when used scheme name doesn't exist
    See Also