OPC Studio User's Guide and Reference
ArgumentDirections Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Transfer Namespace : ArgumentDirections Enumeration
Arguments directions.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<DisplayName2Attribute("Argument Directions")>
<FlagsAttribute()>
Public Enum ArgumentDirections 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ArgumentDirections
[CLSCompliant(true)]
[ComVisible(false)]
[DisplayName2("Argument Directions")]
[Flags()]
public enum ArgumentDirections : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(false)]
[DisplayName2("Argument Directions")]
[Flags()]
public enum class ArgumentDirections : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Input2The arguments is an input.

The value of this enum member is 2.

InputOutput6The arguments is an input/output.

The value of this enum member is 6.

None0No direction.

The value of this enum member is 0.

Output4The argument is an output.

The value of this enum member is 4.

Result1The argument is a result.

The value of this enum member is 1.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.BaseLib.Transfer.ArgumentDirections

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also