DataValueCursor CreateMutableCursor Method TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also