All Frameworks  Class Hierarchy  This Framework  Indexes   

ElecSchematicItf Interface 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 ListAssemblyCtr( oLAsmCtrs)
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 ListAssociatedCables( oLEdiCables)
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 ListPins( oLPins)
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 ListSockets( oLSockets)
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 ListWidePins( oLWidePins)
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.