Share

ChangeDefinitions Object


Description

The ChangeDefinitions collection object provides access to all the objects created by a particular client and provides a method to create additional ChangeDefinitions. See the topic in the overview section.

Methods

Name Description
Add Method that creates a new ChangeDefinition. The newly created ChangeDefinition is returned.
Delete Method to delete this collection and all objects contained within it.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
ClientId Property indicating the Client Id string that uniquely identifies this definitions collection.
Count Property that returns the number of items in the collection.
Item Returns the specified ChangeDefinition object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ChangeManager.Add, ChangeManager.Item

Version

Introduced in version 9

Was this information helpful?