AFAnalysisRuleConfiguration Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAnalysisRuleConfiguration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AnalysisRule |
The AFAnalysisRule this configuration was done against.
| |
| ChildAnalysisRuleConfiguration |
A list of the configuration of child analysis rules to use in configuring the specified analysis rule.
| |
| ConfigurationExceptions |
A collection of configuration exceptions reported by the AFAnalysisRule during initialization.
| |
| HasExceptions |
True if the analysis rule reported any configuration exceptions.
| |
| IsValid |
Returns true if the analysis rule can be run
| |
| PrivateData |
A location for a stateful AFAnalysisRule to store its initialized instance-specific data.
| |
| ReferencedObjects |
Gets the AFObjects that are relevant for the evaluation of the AFAnalysisRule.
Changes to these objects might invalidate this AFAnalysisRuleConfiguration.
| |
| ResolvedInputs |
A read-only list of inputs defined.
| |
| ResolvedOutputs |
A read-only list of outputs defined.
| |
| Target |
The target that the AFAnalysisRule should configure itself against.
|