All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecSchematicItf Interface CATIEdiEquipment

System.IUnknown
  |
  +---CATIEdiEquipment
 

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


interface CATIEdiEquipment

Interface to manage an electrical schematic Equipment.
Role:This interfaces describes the electrical object Equipment.


Method Index


o ListAssemblyCtr(CATIUnknownList**)
List of AssemblyCtr connectors.
o ListAssociatedCables(CATIUnknownList**)
Gets Associated Cables.
o ListPins(CATIUnknownList**)
List of Pin connectors.
o ListSockets(CATIUnknownList**)
Gets the list of Sockets for the Equipment (Aggregated Sockets & Connected throw a connection).
o ListWidePins(CATIUnknownList**)
List of Wide Pin connectors.

Methods


o ListAssemblyCtr
public virtual HRESULT ListAssemblyCtr(CATIUnknownList** oLAsmCtrs) = 0
List of AssemblyCtr connectors.
Parameters:
oLAsmCtrs
The AssemblyCtr connectors
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o ListAssociatedCables
public virtual HRESULT ListAssociatedCables(CATIUnknownList** oLEdiCables) = 0
Gets Associated Cables.
Parameters:
oLEdiCables
The connected cables
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o ListPins
public virtual HRESULT ListPins(CATIUnknownList** oLPins) = 0
List of Pin connectors.
Parameters:
oLPins
The Pin connectors
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o ListSockets
public virtual HRESULT ListSockets(CATIUnknownList** oLSockets) = 0
Gets the list of Sockets for the Equipment (Aggregated Sockets & Connected throw a connection).
Parameters:
oLSockets
List of Sockets
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o ListWidePins
public virtual HRESULT ListWidePins(CATIUnknownList** oLWidePins) = 0
List of Wide Pin connectors.
Parameters:
oLWidePins
The Wide Pin connectors
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIEdiEquipment.h

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