RepresentationEvents Object
Description
The RepresentationEvents object provides notification of representation events including creation, activation or deletion of design views or positional representations.
Properties
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. |
Parent |
Gets the parent object from whom this object can logically be reached. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Events
OnActivateDesignView |
Event that is fired whenever a DesignViewRepresentation changes. |
OnActivatePositionalRepresentation |
The OnActivatePositionalRepresentation event notifies the client when a positional representation is being activated. |
OnDelete |
The OnDelete event notifies the client when any representation related objects are deleted. These include positional representations and design views. |
OnNewDesignView |
Event that is fired whenever a DesignViewRepresentation is created. |
OnNewPositionalRepresentation |
The OnNewPositionalRepresentation event notifies the client when a new positional representation is created. |
OnNewSectionView |
Event that is fired whenever an section view is created in part or assembly. |
Accessed From
Application.RepresentationEvents,
InventorServer.RepresentationEvents,
InventorServerObject.RepresentationEvents
Version
Introduced in version 11