Interface IDrillStates
Represents a collection of drill state tuples.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDrillStates
Properties
this[int]
Gets a drill state tuple by index.
Declaration
IDrillStateTuple this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
Property Value
| Type | Description |
|---|---|
| IDrillStateTuple |