'Declaration
Public Overloads Sub Assign( _ ByVal valueResult As ValueResult, _ ByVal attributePoint As UAAttributePoint _ )
'Usage
Dim instance As UAAttributePointReadArguments Dim valueResult As ValueResult Dim attributePoint As UAAttributePoint instance.Assign(valueResult, attributePoint)
public void Assign( ValueResult valueResult, UAAttributePoint attributePoint )
public: void Assign( ValueResult^ valueResult, UAAttributePoint^ attributePoint )
Parameters
- valueResult
- The value result to be assigned to these arguments.
The value of this parameter cannot 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).