DataValueCursor CreateMutableCursor Method TIBCO Spotfire 6.0 API Reference
Creates a mutable DataValueCursor of the given dataType.

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

public static DataValueCursor CreateMutableCursor(
	DataType dataType
)

Parameters

dataType
Type: Spotfire.Dxp.Data DataType
The data type of the value that the cursor should return.

Return Value

Type: DataValueCursor
A mutable value cursor.
Remarks

To be able to modify the value in the returned DataValueCursor it must be cast to the MutableValueCursor T  type of the appropriate type. The DataValue can then be modified by using the MutableDataValue property.
See Also