Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.GetOutputs Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.GetOutputs Method
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: AFAttributeList
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in