Returnы discrete value by index.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
Object GetDiscreteValue( int index ) |
Visual Basic (Declaration) |
---|
Function GetDiscreteValue ( _ index As Integer _ ) As Object |
Visual C++ |
---|
Object^ GetDiscreteValue( int index ) |
Parameters
- index
- Type: System..::.Int32