AFAnalysisRule.IsInitializing Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates that the AFAnalysisRule is in the process
of being initialized.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsInitializing { get; }
Public ReadOnly Property IsInitializing As Boolean Get Dim instance As AFAnalysisRule Dim value As Boolean value = instance.IsInitializing
public: property bool IsInitializing { bool get (); }
member IsInitializing : bool with get
Property Value
Type: BooleanIf , the AFAnalysisRule is in the process of being initialized during loading.