API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class / GetSelectedPages Method

In This Topic
    GetSelectedPages Method
    In This Topic
    Gets the selected pages.
    Syntax
    public Page[] GetSelectedPages()
    public:
    array<Page^>^ GetSelectedPages(); 

    Return Value

    \returns array of selected pages.
    Remarks
    Returns all selected pages. When a node is selected, all pages inside are returned.
    See Also