QuickOPC User's Guide and Reference
AssignInput Method (DAItemPointArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointArguments Class : AssignInput Method
The input to be assigned to these arguments.
The item point that is the source of the data.
Assigns an input to the arguments.
Syntax
'Declaration
 
Protected Sub AssignInput( _
   ByVal input As Object, _
   ByVal itemPoint As DAItemPoint _
) 
'Usage
 
Dim instance As DAItemPointArguments
Dim input As Object
Dim itemPoint As DAItemPoint
 
instance.AssignInput(input, itemPoint)
protected void AssignInput( 
   object input,
   DAItemPoint itemPoint
)
protected:
void AssignInput( 
   Object^ input,
   DAItemPoint^ itemPoint
) 

Parameters

input
The input to be assigned to these arguments.
itemPoint
The item point that is the source of the data.
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