All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecHarnessItf Interface CATIEhiNetworkExtremity

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

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


interface CATIEhiNetworkExtremity

Interface to manage connector points of an electrical device or a bundle segment .


Method Index


o GetElectricalObject(CATBaseUnknown**)
Retrieve electrical object to which connector point belongs .
o ListConnectedConnectorPoints(CATListValCATBaseUnknown_var**)
Retrieve list of connected connector points .

Methods


o GetElectricalObject
public virtual HRESULT GetElectricalObject(CATBaseUnknown** oElectricalObject)= 0
Retrieve electrical object to which connector point belongs .
Parameters:
oElectricalObject
Electrical object .
Method returns NULL value if no object found.
Returns:
An HRESULT value.
Legal values:
S_OK
no error.
E_FAIL
Error occured while searching electrical object.
o ListConnectedConnectorPoints
public virtual HRESULT ListConnectedConnectorPoints(CATListValCATBaseUnknown_var** oConnectorPoints)= 0
Retrieve list of connected connector points .
Parameters:
oConnectorPoints
List of connected connector points .
Method returns NULL value if no connector is linked.
Returns:
An HRESULT value.
Legal values:
S_OK
no error.
E_FAIL
Error occured while searching connected connectors.

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

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