Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit3D Class / CloseInstallationSpace Method
InstallationSpace(Object) to be closed

In This Topic
    CloseInstallationSpace Method
    In This Topic
    Closes the Intended InstallationSpace
    Syntax
    public bool CloseInstallationSpace( 
       InstallationSpace installationSpace
    )
    public:
    bool CloseInstallationSpace( 
       InstallationSpace^ installationSpace
    ) 

    Parameters

    installationSpace
    InstallationSpace(Object) to be closed

    Return Value

    True specifies if the intended InstallationSpace is successfully closed or False if not.
    See Also