Sets this DataValue instance equal to another DataValue instance.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public abstract void AssignFrom( DataValue other )
Parameters
- other
- Type: Spotfire.Dxp.DataDataValue
The other DataValue.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If the argument is not of a matching subtype. |
ArgumentNullException | If the argument is null. |
Version Information
See Also