AFAttributeVariable.IsInput Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns if the variable is an input (either required or optional).
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsInput { get; }
Public ReadOnly Property IsInput As Boolean Get Dim instance As AFAttributeVariable Dim value As Boolean value = instance.IsInput
public: property bool IsInput { bool get (); }
member IsInput : bool with get