'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.
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).