'Declaration
Public Overloads Sub Assign( _ ByVal valueResult As ValueResult, _ ByVal propertyPoint As DAPropertyPoint _ )
'Usage
Dim instance As DAPropertyPointReadArguments Dim valueResult As ValueResult Dim propertyPoint As DAPropertyPoint instance.Assign(valueResult, propertyPoint)
public void Assign( ValueResult valueResult, DAPropertyPoint propertyPoint )
public: void Assign( ValueResult^ valueResult, DAPropertyPoint^ propertyPoint )
Parameters
- valueResult
- The value result to be assigned to these arguments.
- propertyPoint
- The property point that is the source of the data.