API Help
Eplan.EplApi.EServices Namespace / PotentialVerification Class / ObjectsFilter Property

In This Topic
    ObjectsFilter Property (PotentialVerification)
    In This Topic
    Collection of objects types which will be used to determine objects passed to IVerification.Execute method.
    Syntax
    public override IEnumerable<Type> ObjectsFilter {get;}
    public:
    property IEnumerable<Type^>^ ObjectsFilter {
       IEnumerable<Type^>^ get() override;
    }
    Remarks

    This property is used only when check is done for hole project.

    This property is only a tip for framework. Set of objects passed to IVerification.Execute method is a sum of types passed by all verifications executed in current check.

    Objects of all types inherit from types passed by this property are also checked by verification.

    See Also