Share

CustomDictionary Object


Description

CustomDictionary object.

Methods

Name Description
AddWord Method that adds a word to this custom dictionary.
DeleteWord Method that deletes a word from this custom dictionary.
GetWords Method that gets all words in this custom dictionary.
ImportWordsFromExistingDictionary Method that imports words to this custom dictionary from an existing custom dictionary.
Remove Method that removes the CustomDictionary from the custom 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 CustomDictionary.
Name Read-only property that returns the name of the CustomDictionary.
Type Gets the constant that indicates the type of this object.

Accessed From

CustomDictionaries.Add, CustomDictionaries.AddExisting, CustomDictionaries.Item, SpellCheckOptions.ActiveCustomDictionary

Version

Introduced in version 2020

Was this information helpful?