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

In This Topic
    OpenedPages Property
    In This Topic
    Gets pages open in GED.
    Syntax
    public Page[] OpenedPages {get;}
    public:
    property array<Page^>^ OpenedPages {
       array<Page^>^ get();
    }

    Property Value

    Returns an array of opened pages.
    Remarks

    This property returns the page currently selected in GED as the first element in the array.

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

    See Also