AFResult.IsOutput Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the result for the case run is an output value.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsOutput { get; }
Public ReadOnly Property IsOutput As Boolean Get Dim instance As AFResult Dim value As Boolean value = instance.IsOutput
public: property bool IsOutput { bool get (); }
member IsOutput : bool with get
Property Value
Type: BooleanIndicates whether the result for the case run is an output value.