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

In This Topic
    CurrentlyEdited Property
    In This Topic
    Determines Page or InstallationSpace currently edited in graphical editor.
    Syntax
    public StorableObject CurrentlyEdited {get;}
    public:
    property StorableObject^ CurrentlyEdited {
       StorableObject^ get();
    }

    Property Value

    Page or InstallationSpace currently edited in graphical editor. Returns null if nothing is open in graphical editor.
    See Also