All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgUndoManager

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgUndoManager
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMfgUndoManager

Interface dedicated to undo management of manufacturing operation.
Role: This interface offers service to get the undo object.


Method Index


o GetGlobalUndo(CATCommandGlobalUndo*&)
Gets the associated global undo object.

Methods


o GetGlobalUndo
public virtual HRESULT GetGlobalUndo(CATCommandGlobalUndo*& oUndoObject)= 0
Gets the associated global undo object. Call this method in the GetGlobalUndo() method of your CATStateCommand.
Parameters:
oUndoObject
Associated global undo object.
Returns:
HRESULT value.
Legal values:
  • S_OK if the operation succeeds
  • E_FAIL otherwise
  • .

This object is included in the file: CATIMfgUndoManager.h
If needed, your Imakefile.mk should include the module: MfgItfEnv

Copyright © 2003, Dassault Systèmes. All rights reserved.