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

In This Topic
    AdditionalObjectsFilter Property (PotentialVerification)
    In This Topic
    Type of class which filters objects that are additionally passed to IVerification.Execute method.
    Syntax
    public override Type AdditionalObjectsFilter {get;}
    public:
    property Type^ AdditionalObjectsFilter {
       Type^ get() override;
    }
    Remarks

    Set of types that can be passed to be verified, is created from type returned by this property and all type that inherit from it.

    Depending on the value of the filter, framework can also pass additional object to be checked. They are objects of classes: Connections, DeviceListEntry, ArticleReference and PlanningSegment.

    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.

    While check of whole project is done all pages and installation spaces are always passed to IVerification.Execute method, regardless value of this property.

    See Also