All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecDeviceItf Interface CATIElbFillerPlugInstance

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

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


interface CATIElbFillerPlugInstance

Interface to manage FillerPlug instance.


Method Index


o Connect(CATIElbCavity*,int&)
Connect the FillerPlug to a target object.
o GetConnectedObject(CATBaseUnknown*&)
Get the connected object.

Methods


o Connect
public virtual HRESULT Connect(CATIElbCavity* ipElecCavity,
int& StatusOfGeometricalConstraint) = 0
Connect the FillerPlug to a target object.
Parameters:
ipElecCavity
Cavity used to connect.
StatusOfGeometricalConstraint
Value is: 0 if all geometrical constraint are correctly created. 1 if a geometrical constraint is over constraint. 2 if no geometrical constraint was defined to constraint the device between them.
Returns:
Return code.
o GetConnectedObject
public virtual HRESULT GetConnectedObject(CATBaseUnknown*& opElecObject)= 0
Get the connected object.
Parameters:
opElecObject
The Device where current instance is connected to.
Returns:
Return code.

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

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