Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / IsPlacementFilterActive Property

In This Topic
    IsPlacementFilterActive Property
    In This Topic
    If true, then placement-filter is active.
    Syntax
    public virtual bool IsPlacementFilterActive {get; set;}
    public:
    virtual property bool IsPlacementFilterActive {
       bool get();
       void set (    bool value);
    }
    Remarks
    If active then framework uses Eplan::EplApi::EServices::Ged::Interaction: to determine if Placement should be included in selection.
    See Also