Returns the integer value to which the key is mapped in this dictionary. If the key doesn't exist an exception is raised.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public int GetInteger( string key, bool recursive )
Public Function GetInteger ( _ key As String, _ recursive As Boolean _ ) As Integer
public: int GetInteger( String^ key, bool recursive )
Parameters
- key
 - String
A key in this dictionary 
- recursive
 - Boolean
If true then search this key inside subdictionaries