AFAnalysisRule.GetConfiguration Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the configuration defined by this AFAnalysisRule for its current target.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAnalysisRuleConfiguration GetConfiguration()
Public Function GetConfiguration As AFAnalysisRuleConfiguration Dim instance As AFAnalysisRule Dim returnValue As AFAnalysisRuleConfiguration returnValue = instance.GetConfiguration()
public: AFAnalysisRuleConfiguration^ GetConfiguration()
member GetConfiguration : unit -> AFAnalysisRuleConfiguration
Return Value
Type: AFAnalysisRuleConfigurationReturns an object defining the configuration of the AFAnalysisRule for the current target.
Remarks
See Analysis Execution
for more detailed information about how to execute analyses using state passing.