Share

Dictionary Object


Description

Dictionary object.

Methods

Name Description
AddWord Method that adds a word to this dictionary.
DeleteWord Method that deletes a word from this dictionary.
GetWords Method that gets all words in this dictionary.
ImportWordsFromExistingDictionary Method that imports words to this dictionary from an existing dictionary.
Remove Method that removes the Dictionary from the dictionaries.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
FullFileName Read-only property that returns the fully qualified file name of the Dictionary.
Name Read-only property that returns the name of the Dictionary.
Type Gets the constant that indicates the type of this object.

Accessed From

Dictionaries.Add, Dictionaries.AddExisting, Dictionaries.Item

Version

Introduced in version 2020

Was this information helpful?