AFEventFrame.IsTemporary Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the AFEventFrame is temporary.
A temporary AFEventFrame cannot be saved to the server.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsTemporary { get; }
Public ReadOnly Property IsTemporary As Boolean Get Dim instance As AFEventFrame Dim value As Boolean value = instance.IsTemporary
public: property bool IsTemporary { bool get (); }
member IsTemporary : bool with get
Property Value
Type: BooleanIndicates whether the AFEventFrame is temporary. A temporary AFEventFrame cannot be saved to the server. For a temporary AFCase, its results can be published.
Remarks
A temporary AFEventFrame is created using the
AFEventFrame(AFDatabase, String, AFElementTemplate, AFAnalysis, Boolean) constructor.
A temporary AFTransfer is created using the
AFTransfer(AFDatabase, String, AFElementTemplate, AFAnalysis, Boolean) constructor.
The CreateTemporary method or
AFCase(AFAnalysis, AFTime, AFTime, AFElementTemplate, Boolean) constructor
can be used to create a temporary AFCase.