AFEventFrame.IsTemporary Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.