All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATIAVPMVDACommandExtension
Usage: you can freely reimplement this interface.
interface CATIAVPMVDACommandExtension
Interface to customize server commands.
Role: You should reimplement this interface to code some command-specific
code around a given command. Every command checks for the existence of an implementation
of this interface, and calls the two methods just before and just after the execution of
the base command. The name of the class implementing this interface must be related to the
command to customize.
An example is given in the framework CAAVPMDesktopObjects.edu.
public virtual HRESULT __stdcall Cleanup( | )=0 |
public virtual HRESULT __stdcall Prepare( | )=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.