All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATExtIUIActivate
Usage: you can derive this class.
public class CATExtIUIActivate
Adapter class for the CATIUIActivate interface.
To implement the interface CATIUIActivate for a class MyClass,
write a class MyClassExtUIActivate subclassed from
CATExtIUIActivate and defined as an extension of MyClass.
MyClassExtUIActivate may not override any methods, but
must set the protected variables _WorkshopString and
_DefaultCommandString in its constructor. These strings are
respectively returned by the GetWorkshop and
GetDefaultCommand methods.
public virtual CATString & GetDefaultCommand( | ) |
public virtual CATString & GetWorkshop( | ) |
protected CATString _DefaultCommandString
protected CATString _WorkshopString
Copyright © 2003, Dassault Systèmes. All rights reserved.