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

AF SDK Reference

AFAnalysis.LoadAnalyses Method (IList(AFAnalysis))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysis.LoadAnalyses Method (IList(AFAnalysis))
Loads the specified list AFAnalysis objects.

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

Syntax

public static void LoadAnalyses(
	IList<AFAnalysis> analyses
)
Public Shared Sub LoadAnalyses ( 
	analyses As IList(Of AFAnalysis)
)

Dim analyses As IList(Of AFAnalysis)

AFAnalysis.LoadAnalyses(analyses)
public:
static void LoadAnalyses(
	IList<AFAnalysis^>^ analyses
)
static member LoadAnalyses : 
        analyses : IList<AFAnalysis> -> unit 

Parameters

analyses
Type: System.Collections.GenericIListAFAnalysis
The list of analyses to be fully loaded. If , then this method does nothing. All analyses in the list must be from the same PISystem.

Remarks

Fully loads the specified list AFAnalysis objects from the server into the client. This will ensure that the analyses in the list are fully loaded to avoid a call to the server to load each of the analyses individually.

Version Information

AFSDK


See Also

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