All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

ObjectModelerSystem Interface LifeCycleObject

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

Usage: you can freely reimplement this interface.


interface LifeCycleObject

Interface to manage remove of an object.


Method Index


o remove(int)
Removes the object.

Methods


o remove
public virtual void remove(int iForCloseContext=0 )= 0
Removes the object.
Parameters:
iForCloseContext
This argument must be always 0. Only internal DS code can use the value 1. If you do not use 0, you can have DOC_4 errors in the CATDUA application (Cleaner).

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

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