'Declaration
Protected Overloads Sub Assign( _ ByVal dataValue As UADataValue, _ ByVal attributePoint As UAAttributePoint _ )
'Usage
Dim instance As UAAttributePointArguments Dim dataValue As UADataValue Dim attributePoint As UAAttributePoint instance.Assign(dataValue, attributePoint)
protected void Assign( UADataValue dataValue, UAAttributePoint attributePoint )
protected: void Assign( UADataValue^ dataValue, UAAttributePoint^ attributePoint )
Parameters
- dataValue
- The attribute data 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).