Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / GetUncompletedInstallationSpaces Method
A project to get the installation spaces from.

GetUncompletedInstallationSpaces Method
Returns an array of modified and not completed installation spaces in the current revision of a project.
Syntax
public InstallationSpace[] GetUncompletedInstallationSpaces( 
   Project oProject
)

Parameters

oProject
A project to get the installation spaces from.
Exceptions
ExceptionDescription
Thrown in case of invalid parameters.
\Internal interface necessary for the revision management could not be created.
An error occurred, during the action.
Remarks
In case of a project on which no 'Complete project' operation was called (from API or GUI), an empty array will be returned. When a revision for a project section is active, only the installationspaces of this project section are returned.
See Also