(ItemByIndex in COM) Gets the object at the given index in the collection.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
T this[ int index ] { get; } |
| Visual Basic (Usage) |
|---|
Dim instance As IMetaCollection Dim index As Integer Dim value As T value = instance(index) |
Parameters
- index
- Type: System..::.Int32