All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecFunctionalItf Interface CATIEfdOffSheetCompatibility

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

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


interface CATIEfdOffSheetCompatibility

Interface to manage the compatibility of the offsheets.
Role This interface tests the compatibility of two offsheets for signal resolution. It has no default implementation. Implementing this interface on the offsheet object is a way to override the default compatibility rules.


Method Index


o Compatibility(CATIEfdOffSheet*,int*)
Determines whether the current offsheet is compatible with an other.

Methods


o Compatibility
public virtual HRESULT Compatibility(CATIEfdOffSheet* iOffSheet,
int* oDiag)=0
Determines whether the current offsheet is compatible with an other.
Parameters:
iOffsheet
the ElecSignalOffSheet object with which compatibility is to be tested.
oDiag
the diagnostic is set to 0 when the offsheets are not compatible. or to 1 when the offsheets are compatibles.

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

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