Overridden. See GetObjectByIndex(Int32).
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override Object GetObjectByIndex( int index )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Function GetObjectByIndex ( _ index As Integer _ ) As Object  | 
| Visual C++ | 
|---|
public: virtual Object^ GetObjectByIndex( int index ) override  | 
Parameters
- index
 - Type: System..::.Int32