AFAnalysis.IsTimeRuleDefinedByTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property indicates if the TimeRule is fully
defined by the AFAnalysisTemplate.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsTimeRuleDefinedByTemplate { get; }
Public ReadOnly Property IsTimeRuleDefinedByTemplate As Boolean Get Dim instance As AFAnalysis Dim value As Boolean value = instance.IsTimeRuleDefinedByTemplate
public: property bool IsTimeRuleDefinedByTemplate { bool get (); }
member IsTimeRuleDefinedByTemplate : bool with get
Property Value
Type: BooleanReturns if the TimeRule is defined by the Template. Returns if the analysis is not defined by a template (i.e. the Template property is ) or if the TimeRule defined by the Template is overridden by defining a different TimeRulePlugIn for the analysis.