Gets the Cube at the specified index.
Namespace:
proCube.ApiAssembly: 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