SbdfValueArrayCreateRunLengthArrayEncoding Method

Spotfire 15.0 API Reference
Creates a new SbdfValueArray holding a run-length encoded array.

Namespace:  Spotfire.Dxp.Data.Formats.Sbdf
Assembly:  Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public static SbdfValueArray CreateRunLengthArrayEncoding(
	SbdfValueType valueType,
	IList values
)

Parameters

valueType
Type: Spotfire.Dxp.Data.Formats.SbdfSbdfValueType
The type of the values to hold.
values
Type: System.CollectionsIList
The values to hold.

Return Value

Type: SbdfValueArray
A new SbdfValueArray.
Version Information


See Also

Reference