API Help
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / CompressProject Method / CompressProject(String,String,String) Method
Full link file name of the project to be compressed.
Configuration scheme. If an empty string is passed to the parameter, the last\-used scheme will be reused 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.

CompressProject(String,String,String) Method
Compresses a project.
Syntax

Parameters

strFullLinkFileName
Full link file name of the project to be compressed.
strConfigScheme
Configuration scheme. If an empty string is passed to the parameter, the last\-used scheme will be reused 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.
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.
Remarks
The specified project may be open or not. If the project was not open, it will be opened for compressing and will be closed subsequently.
See Also