All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Notification CATAttrStructNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---ObjectModelerBase.CATSpecNotification
          |
          +---ObjectModelerBase.CATModifNotification
            |
            +---ObjectModelerBase.CATAttrNotification
              |
              +---CATAttrStructNotification
 

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


public class CATAttrStructNotification

Notification class for add/remove of attributes on a feature.

See also:
CATISpecEvents, CATAttrNotification


Constructor and Destructor Index


o CATAttrStructNotification(CATAttrStructNotification&)
Copy constructor.
o CATAttrStructNotification(CATBaseUnknown_var&)
Constructs a CATAttrStructNotification from an attribute.
o ~CATAttrStructNotification()

Method Index


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

Constructor and Destructor


o CATAttrStructNotification
public CATAttrStructNotification( const CATAttrStructNotification& iNotification)
Copy constructor.
Parameters:
iNotification
The notification to copy
o CATAttrStructNotification
public CATAttrStructNotification( const CATBaseUnknown_var& attr)
Constructs a CATAttrStructNotification from an attribute.
o ~CATAttrStructNotification
public virtual ~CATAttrStructNotification()

Methods


o operator=
public CATAttrStructNotification & operator=( const CATAttrStructNotification& 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.