Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / SetSelection Method
Array containing the selected placements.

In This Topic
    SetSelection Method
    In This Topic
    Changes the selection. Should only be used inside the OnSelect() method.
    Syntax
    public void SetSelection( 
       StorableObject[] arrSelectedObjects
    )
    public:
    void SetSelection( 
       array<StorableObject^>^ arrSelectedObjects
    ) 

    Parameters

    arrSelectedObjects
    Array containing the selected placements.
    See Also