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

AF SDK Reference

AFAnalysisTemplate.LoadAnalysisTemplates Method (IList(AFAnalysisTemplate))

AFAnalysisTemplate.LoadAnalysisTemplates Method (IList(AFAnalysisTemplate))

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

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

Syntax

public static void LoadAnalysisTemplates(
	IList<AFAnalysisTemplate> analysisTemplates
)
Public Shared Sub LoadAnalysisTemplates ( 
	analysisTemplates As IList(Of AFAnalysisTemplate)
)

Dim analysisTemplates As IList(Of AFAnalysisTemplate)

AFAnalysisTemplate.LoadAnalysisTemplates(analysisTemplates)
public:
static void LoadAnalysisTemplates(
	IList<AFAnalysisTemplate^>^ analysisTemplates
)
static member LoadAnalysisTemplates : 
        analysisTemplates : IList<AFAnalysisTemplate> -> unit 

Parameters

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

Remarks

Fully loads the specified list AFAnalysisTemplate 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