All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIEfdMultiSheetSignal
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEfdMultiSheetSignal
Interface to manage MultiSheetSignals.
Role Signal resolution consists in linking incomplete signals by their offsheets
to build a complete signal. The resulting signal is a multisheetsignal. The link between
the offsheets is called an offsheetlink and belongs to the multisheetsignal.
The life cycle of a multisheetsignal is managed by the CATIEfdSignalResolution interface.
A multishheet signal also implements the CATIEfdSignal interface but only with a read-only access.
It means that all methods that modify the object such as extremity or offsheet creation fail
on this object.
public virtual HRESULT ListAssociatedSignals( | CATListValCATBaseUnknown_var** | oSignals)=0 |
public virtual HRESULT ListOffSheetLinks( | CATListValCATBaseUnknown_var** | oOffSheetLinks)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.