Returns scale mark value by its index.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public abstract Object GetObjectByIndex( int index )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Function GetObjectByIndex ( _ index As Integer _ ) As Object  | 
| Visual C++ | 
|---|
public: virtual Object^ GetObjectByIndex( int index ) abstract  | 
Parameters
- index
 - Type: System..::.Int32