API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class / OpenedInstallationSpaces Property

In This Topic
    OpenedInstallationSpaces Property
    In This Topic
    Gets installation spaces opened in GED.
    Syntax
    public InstallationSpace[] OpenedInstallationSpaces {get;}
    public:
    property array<InstallationSpace^>^ OpenedInstallationSpaces {
       array<InstallationSpace^>^ get();
    }

    Property Value

    Returns an array of opened installation spaces.
    Remarks

    If GED is currently displaying an installation space it is at the first position in the array.

    Note that if LockSelectionByDefault is true then only objects from projects open in read-write mode will be locked.

    See Also