All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Notification CATCreationNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---ObjectModelerBase.CATSpecNotification
          |
          +---CATCreationNotification
 

Usage: you must use this class as is. You should never derive it.


public class CATCreationNotification

Notification class for feature creation.
role: Used to notify feature creation events.

See also:
CATISpecEvents, CATSpecNotification


Constructor and Destructor Index


o CATCreationNotification(CATBaseUnknown_var&)
Constructs a CATCreationNotification from an object.
o CATCreationNotification(CATCreationNotification&)
Copy constructor.
o ~CATCreationNotification()

Method Index


o operator=(CATCreationNotification&)
Assignment operator from a notification instance.

Constructor and Destructor


o CATCreationNotification
public CATCreationNotification( const CATBaseUnknown_var& obj)
Constructs a CATCreationNotification from an object.
o CATCreationNotification
public CATCreationNotification( const CATCreationNotification& iNotification)
Copy constructor.
Parameters:
iNotification
The notification to copy
o ~CATCreationNotification
public virtual ~CATCreationNotification()

Methods


o operator=
public CATCreationNotification & operator=( const CATCreationNotification& iNotification)
Assignment operator from a notification instance.
Parameters:
iNotification
The provided notification
Returns:
The notification resulting from the assignment

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

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