API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class / GetSelectedObject Method
true\: the first object. false\: the next object.

In This Topic
    GetSelectedObject Method
    In This Topic
    \Returns the first selected object.
    Syntax
    public StorableObject GetSelectedObject( 
       bool bFirst
    )
    public:
    StorableObject^ GetSelectedObject( 
       bool bFirst
    ) 

    Parameters

    bFirst
    true\: the first object. false\: the next object.

    Return Value

    Returns StorableObject of the selected element or null.
    Remarks
    When a node is selected, this is only the first element.
    See Also