SbdfTableSliceReadSlices Method (BinaryReader, SbdfTableMetadata, IEnumerableBoolean)

Spotfire 14.3 API Reference
Enumerates over all slices in the stream of the binary reader.

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

C#
public static IEnumerable<SbdfTableSlice> ReadSlices(
	BinaryReader binaryReader,
	SbdfTableMetadata tableMetadata,
	IEnumerable<bool> columnSubset
)

Parameters

binaryReader
Type: System.IOBinaryReader
The binary reader.
tableMetadata
Type: Spotfire.Dxp.Data.Formats.SbdfSbdfTableMetadata
The table metadata.
columnSubset
Type: System.Collections.GenericIEnumerableBoolean
The subset of columns to read.

Return Value

Type: IEnumerableSbdfTableSlice
An enumeration over all table slices.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference