AFAnalysisTemplate.TimeRule Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The instance of the time rule used by the AFAnalysisTemplate to
configure a time rule in an AFAnalysis created from this template.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFTimeRule TimeRule { get; }
Public ReadOnly Property TimeRule As AFTimeRule Get Dim instance As AFAnalysisTemplate Dim value As AFTimeRule value = instance.TimeRule
public: property AFTimeRule^ TimeRule { AFTimeRule^ get (); }
member TimeRule : AFTimeRule with get
Property Value
Type: AFTimeRuleReturns the time rule used by the AFAnalysisTemplate to configure a time rule in an AFAnalysis created from this template.