AFAnalysisRules.AnalysisTemplate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFAnalysisTemplate that owns this object.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAnalysisTemplate AnalysisTemplate { get; }
Public ReadOnly Property AnalysisTemplate As AFAnalysisTemplate Get Dim instance As AFAnalysisRules Dim value As AFAnalysisTemplate value = instance.AnalysisTemplate
public: property AFAnalysisTemplate^ AnalysisTemplate { AFAnalysisTemplate^ get (); }
member AnalysisTemplate : AFAnalysisTemplate with get
Property Value
Type: AFAnalysisTemplateReturns the AFAnalysisTemplate that owns this object.
Remarks
If this collection is owned by an AFAnalysisTemplate, then this property will
be defined and the Analysis property will be . If this
collection is owned by an AFAnalysis, then this property will be
and the Analysis property will be defined.