Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / SelectionInteraction Class / IsSelectionInteraction Property

In This Topic
    IsSelectionInteraction Property (SelectionInteraction)
    In This Topic
    Returns true, if interaction is a helper interaction to select placements.
    Syntax
    public override bool IsSelectionInteraction {get;}
    public:
    property bool IsSelectionInteraction {
       bool get() override;
    }
    Remarks
    By default it returns false
    See Also