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

AF SDK Reference

AFDatabase.AnalysisTemplates Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDatabase.AnalysisTemplates Property
Gets the collection of top-level pre-configured analysis rule template maintained by the AFDatabase.

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

Syntax

public AFAnalysisTemplates AnalysisTemplates { get; }
Public ReadOnly Property AnalysisTemplates As AFAnalysisTemplates
	Get

Dim instance As AFDatabase
Dim value As AFAnalysisTemplates

value = instance.AnalysisTemplates
public:
property AFAnalysisTemplates^ AnalysisTemplates {
	AFAnalysisTemplates^ get ();
}
member AnalysisTemplates : AFAnalysisTemplates with get

Property Value

Type: AFAnalysisTemplates
The collection of top-level analysis rule templates maintained by the AFDatabase.

Remarks

This collection contains all the top-level analysis rules that were constructed in the AFDatabase. This collection will allow duplicate names, but names must be unique under the AFElementTemplate.AnalysisTemplates collection.

Version Information

AFSDK


See Also

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