AFDatabase.AnalysisTemplates Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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: AFAnalysisTemplatesThe 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.