Creates a DataValue instance of a given data type.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- dataType
- Type: Spotfire.Dxp.Data DataType
A non-null DataType instance.
Return Value
Type: DataValueA new DataValue instance of the given type, initially set to a null value.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | If the data type is the undefined data type. |
System ArgumentNullException | If the data type is null. |
Version Information
See Also