Share

Dictionaries Object


Description

Dictionaries object.

Methods

Name Description
Add Method that creates a new Dictionary. The new created Dictionary is returned.
AddExisting Method that adds an existing Dictionary to the list of available dictionaries. The newly added Dictionary is returned.

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.
Count Gets the number of items in this collection.
Item Allows integer-indexed access to items in the collection.
Type Gets the constant that indicates the type of this object.

Version

Introduced in version 2020

Was this information helpful?