AFAnalysis.HasTemplate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property indicates if this analysis is defined by an AFAnalysisTemplate.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasTemplate { get; }
Public ReadOnly Property HasTemplate As Boolean Get Dim instance As AFAnalysis Dim value As Boolean value = instance.HasTemplate
public: property bool HasTemplate { bool get (); }
member HasTemplate : bool with get
Property Value
Type: BooleanReturns if this analysis is defined by an AFAnalysisTemplate.
Remarks
This property can be used to determine if this analysis is defined by an AFAnalysisTemplate
without loading the template from the server.