AFAttributeVariable.IsOutput Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns if the variable is an output.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsOutput { get; }
Public ReadOnly Property IsOutput As Boolean Get Dim instance As AFAttributeVariable Dim value As Boolean value = instance.IsOutput
public: property bool IsOutput { bool get (); }
member IsOutput : bool with get