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

AF SDK Reference

AFAnalysisRule.GetInputs Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.GetInputs Method
This method provides the analysis rule a mechanism to specify the attributes it will use during its analysis.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public virtual AFAttributeList GetInputs()
Public Overridable Function GetInputs As AFAttributeList

Dim instance As AFAnalysisRule
Dim returnValue As AFAttributeList

returnValue = instance.GetInputs()
public:
virtual AFAttributeList^ GetInputs()
abstract GetInputs : unit -> AFAttributeList 
override GetInputs : unit -> AFAttributeList 

Return Value

Type: AFAttributeList
Returns the list of attributes this analysis rule will use as inputs to the analysis.

Remarks

By identifying the attributes used during the analysis, the AF SDK will be able to more efficiently gather the inputs for the analysis. Additionally, this will allow the Reset Overload methods of the case to specifically identify attributes for this analysis rule.

Version Information

AFSDK


See Also

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