All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---System.CATNotification | +---Visualization.CATModelNotification | +---Visualization.CATModelEntityNotification | +---CATDelete
Usage: you must use this class as is. You should never derive it.
public class CATDelete
Class representing a visualization event dedicated to delete any graphical representations of one object.
Role: providing a visualization event which holds all the information required to destroy all the graphical
representations of one object within any opened documents where it is visualized.
To achieve this goal, one has only to send a CATDelete event. Refer to the
CATIModelEvents interface to have details about the visualization events management and their mechanism.
public CATDelete( | CATBaseUnknown* | iObject) |
public virtual ~CATDelete( | ) |
public virtual CATModelNotification* Clone( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.