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
    can be called to change 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.

    Return Value

    Default RequestCode for this function is Success.
    See Also