Returns the IEDictionary value to which the key is mapped in this dictionary. If the key doesn't exist an exception is raised.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDictionary GetDictionary(
	string key,
	bool recursive
)
Public Function GetDictionary ( _
	key As String, _
	recursive As Boolean _
) As IEDictionary
public:
IEDictionary^ GetDictionary(
	String^ key, 
	bool recursive
)

Parameters

key
String
A key in this dictionary
recursive
Boolean
If true then search this key inside subdictionaries

Return Value

The IEDictionary object

See Also