Eplan Platform API
Eplan.EplApi.Base Namespace / ListSelectDecisionContext Class / SelectedEntries Property

In This Topic
    SelectedEntries Property
    In This Topic
    Gets all selected entries (Use this property if multi selection is enabled)
    Syntax
    public StringCollection SelectedEntries {get;}
    public:
    property StringCollection^ SelectedEntries {
       StringCollection^ get();
    }
    See Also