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

In This Topic
    SelectedProjects Property
    In This Topic
    Return the selected projects of the active dialog as an array. If you select elements from different projects inside of one dialog you can determinate the selected projects.
    Syntax
    public Project[] SelectedProjects {get;}
    public:
    property array<Project^>^ SelectedProjects {
       array<Project^>^ get();
    }

    Property Value

    Returns all selected Projects of the active dialog.
    See Also