Eplan Platform API
Eplan.EplApi.DataModel Namespace / ObjectIterator Class / Condition Property

In This Topic
    Condition Property
    In This Topic
    Chain of condition filter objects (or just one). Filters can be found in namespace Eplan.EplApi.DataModel.Filters .
    Syntax
    public Part Condition {set;}
    public:
    property Part^ Condition {
       void set (    Part^ value);
    }
    See Also