DataValueAssignFrom Method

Spotfire 15.0 API Reference
Sets this DataValue instance equal to another DataValue instance.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public abstract void AssignFrom(
	DataValue other
)

Parameters

other
Type: Spotfire.Dxp.DataDataValue
The other DataValue.
Exceptions

ExceptionCondition
ArgumentExceptionIf the argument is not of a matching subtype.
ArgumentNullExceptionIf the argument is null.
Version Information


See Also

Reference