AFAnalysisRule.GetOutputs Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method provides the analysis rule a mechanism to specify the attributes
it will output during its analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual AFAttributeList GetOutputs()
Public Overridable Function GetOutputs As AFAttributeList Dim instance As AFAnalysisRule Dim returnValue As AFAttributeList returnValue = instance.GetOutputs()
public: virtual AFAttributeList^ GetOutputs()
abstract GetOutputs : unit -> AFAttributeList override GetOutputs : unit -> AFAttributeList
Return Value
Type: AFAttributeListReturns the list of attributes this analysis rule will produce during the analysis.
Remarks
By identifying the attributes produced during the analysis,
Reset Overload methods of the case
can specifically target attributes associated with this analysis rule.