API Help
Eplan.EplApi.DataModel Namespace / Placements3DFilter Class / Recursive Property

In This Topic
    Recursive Property
    In This Topic
    Gets a value indicating whether DMObjectsFinder search for children recursively traversing from parent down.
    Syntax
    public bool Recursive {get; set;}
    public:
    property bool Recursive {
       bool get();
       void set (    bool value);
    }
    Remarks
    By default this value is true.
    See Also