ObjectItem

Description

Returns the entity object associated with the current selection. This is a read-only property; it can be viewed but not set.
Remarque : This method is for COM only. It is not available for Perl.

The Entity object contained in this property may not be the same object that invoked the current hook. This property is set only when the EventType property contains the value CONTEXMENU_ITEM_SELECTION or BUTTON_CLICK.

Syntaxe

VBScript

eventObject.ObjectItem 
Identificateur
Description
eventObject
An instance of EventObject.
Valeur renvoyée
The Entity object associated with the current selection.

Commentaires en retour