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

AF SDK Reference

AFAnalysisTemplate.FindAnalysisTemplate Method (PISystem, Guid)

AFAnalysisTemplate.FindAnalysisTemplate Method (PISystem, Guid)

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFAnalysisTemplate.FindAnalysisTemplate Method (PISystem, Guid)
Retrieves the AFAnalysisTemplate object with the specified unique identifier at the AFTime.MaxValue query date.

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

Syntax

public static AFAnalysisTemplate FindAnalysisTemplate(
	PISystem system,
	Guid id
)
Public Shared Function FindAnalysisTemplate ( 
	system As PISystem,
	id As Guid
) As AFAnalysisTemplate

Dim system As PISystem
Dim id As Guid
Dim returnValue As AFAnalysisTemplate

returnValue = AFAnalysisTemplate.FindAnalysisTemplate(system, 
	id)
public:
static AFAnalysisTemplate^ FindAnalysisTemplate(
	PISystem^ system, 
	Guid id
)
static member FindAnalysisTemplate : 
        system : PISystem * 
        id : Guid -> AFAnalysisTemplate 

Parameters

system
Type: OSIsoft.AFPISystem
The PISystem to search for the desired object.
id
Type: SystemGuid
The unique identifier of the object to find.

Return Value

Type: AFAnalysisTemplate
The AFAnalysisTemplate in the PISystem which matches the unique identifier.

Remarks

The AFAnalysisTemplate object with the specified id is returned.

Version Information

AFSDK


See Also

In This Topic