DataValueCursorCreateMutableCursor Method TIBCO Spotfire 7.6 API Reference
Creates a mutable DataValueCursor of the given dataType.

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 static DataValueCursor CreateMutableCursor(
	DataType dataType
)

Parameters

dataType
Type: Spotfire.Dxp.DataDataType
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 MutableValueCursorT type of the appropriate type. The DataValue can then be modified by using the MutableDataValue property.
Version Information

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

Reference