'Declaration
Protected Sub AssignInput( _ ByVal input As Object, _ ByVal attributePoint As UAAttributePoint _ )
'Usage
Dim instance As UAAttributePointArguments Dim input As Object Dim attributePoint As UAAttributePoint instance.AssignInput(input, attributePoint)
protected void AssignInput( object input, UAAttributePoint attributePoint )
protected: void AssignInput( Object^ input, UAAttributePoint^ attributePoint )
Parameters
- input
- The input to be assigned to these arguments.
The value of this parameter can be
null
(Nothing
in Visual Basic). - attributePoint
- The attribute point that is the source of the data.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).