AFAnalysis.HasTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.