All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecFunctionalItf Interface CATIEfdOffSheetLink

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIEfdOffSheetLink
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIEfdOffSheetLink

Interface to manage the electrical OffSheetLink .
RoleThis interface describes the way that two or more offsheets are linked.


Method Index


o GetSignal(CATIEfdSignal**)
Retrieves the electrical signal in which is contained.
o ListOffSheets(wchar_t*,CATListValCATBaseUnknown_var**)
List the ElecSignalOffSheet objects involved in this link (CATIEfdMultiSheetSignal).

Methods


o GetSignal
public virtual HRESULT GetSignal(CATIEfdSignal** oSignal)=0
Retrieves the electrical signal in which is contained.
Parameters:
oSignal
the electrical object
o ListOffSheets
public virtual HRESULT ListOffSheets( const wchar_t* iOffSheetType,
CATListValCATBaseUnknown_var** oOffSheets)=0
List the ElecSignalOffSheet objects involved in this link (CATIEfdMultiSheetSignal).
Parameters:
iOffSheetType
Type of the offsheets to be listed ("ALL" to retrieve all types).
oOffSheets
The list of OffSheet objects
Legal values: NULL if the list is created from scratch, orNOT NULL if you want to append new elements to the list.

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

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