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

In This Topic
    IsInsertInteraction Property (SelectionInteraction)
    In This Topic
    Returns true, if interaction is used to insert one ore more placements on page.
    Syntax
    public override bool IsInsertInteraction {get;}
    public:
    property bool IsInsertInteraction {
       bool get() override;
    }
    Remarks
    By default it returns true
    See Also