Usage: you can reimplement this interface by deriving the supplied CATExtIUIActivate adapter class.
interface CATIUIActivate
Interface that enables the activation of a workshop when double-
clicking an object.
A document contains a hierarchical structure of objects. Some
of these objects are able to provide a set of commands, called
a workshop. Such objects get this ability by
implementing the CATIUIActivate interface, and these objects
are then said to be ui-activable. An ui-activable object whose
workshop is displayed is the ui-active object. UI-activation
operates on objects which are paths from the document's root to an object in the document's tree structure.
The basis of the ui-activation mechanisms lay on three actors :
BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.
public virtual GetDefaultCommand( | ) |
public virtual GetWorkshop( | ) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.