API Help
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class / IsPlaced Property

In This Topic
    IsPlaced Property (FunctionsFilter)
    In This Topic
    Gets/Sets if the filtered function should be placed (i.e. should be located on a valid page).
    Syntax
    public bool IsPlaced {get; set;}
    public:
    property bool IsPlaced {
       bool get();
       void set (    bool value);
    }
    See Also