IDataValueProducerNext Method

Spotfire 14.3 API Reference

Note: This API is now obsolete.

Produces the next instance. This may or may not be different from the previous instance, depending on the implementation.

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

C#
[ObsoleteAttribute("The IDataValueProducer interface is an obsolete precursor to the Cursor framework.")]
DataValue Next()

Return Value

Type: DataValue
A non-null IDataValue instance, with undefined content.
Version Information

Supported in: 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
See Also

Reference