AFAnalysisRule.GetOutputs Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.