(RemoveByIndex in COM) Removes the object at the specified index from the collection.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
void RemoveAt( int nIndex ) |
| Visual Basic (Usage) |
|---|
Dim instance As IEditableMetaCollection Dim nIndex As Integer instance.RemoveAt(nIndex) |
Parameters
- nIndex
- Type: System..::.Int32