All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---ObjectModelerSystem.CATInterfaceEvents | +---CATIRelationEvents
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIRelationEvents
Interface dedicated to relations events management.
Role: 3 events available.
- ChangeVisu when
- relation is activated or desactivated
- body changes
- Evaluate when relation is being evaluated again
- Delete when relation is deleted (before deletion)
public virtual CATCallbackEvent GetChangeVisuNotification( | )= 0 |
public virtual CATCallbackEvent GetDeleteNotification( | )= 0 |
public virtual CATCallbackEvent GetEvaluateNotification( | )= 0 |
public virtual void SendChangeVisuNotification( | )= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.