Gets the Cube at the specified index.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
Cube this[
	int index
] { get; }
Visual Basic (Usage)
Dim instance As CubesArray
Dim index As Integer
Dim value As Cube

value = instance(index)

Parameters

index
Type: System..::.Int32

Implements

IArray<(Of <(T>)>)..::.Item[([(Int32])])

See Also