'Declaration
Protected Overloads Sub Assign( _ ByVal vtq As DAVtq, _ ByVal itemPoint As DAItemPoint _ )
'Usage
Dim instance As DAItemPointArguments Dim vtq As DAVtq Dim itemPoint As DAItemPoint instance.Assign(vtq, itemPoint)
protected void Assign( DAVtq vtq, DAItemPoint itemPoint )
protected: void Assign( DAVtq^ vtq, DAItemPoint^ itemPoint )
Parameters
- vtq
- The value/timestamp/quality to be assigned to these arguments.
The value of this parameter can be
null
(Nothing
in Visual Basic). - itemPoint
- The item point that is the source of the data.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).