company logo

SystemClass :: GetDictionary - Get dictionary handle

The function provides a dictionary handle for the current context. When the function is called while running an OSI function or expression, the dictionary handle from the current environment will be returned (data source). Otherwise, the utility context is checked and when running a utility, the dictionary handle is returned from the utility data source.

When not running in a utility or OSI context, the function throws an exception.

Return value:  Reference to dictionary handle ( DictionaryHandle & )

This is a reference to an opened dictionary handle.

Implementation details

DictionaryHandle SystemClass  :: GetDictionary (  )