'DeclarationProtected Overloads Sub Assign( _ ByVal dataValue As UADataValue, _ ByVal attributePoint As UAAttributePoint _ )
'UsageDim 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.
 - attributePoint
 - The attribute point that is the source of the data.