All Frameworks  Class Hierarchy  This Framework  Indexes   

ElecSchematicItf Interface CATIEdiJunctionBox

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


interface CATIEdiJunctionBox

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


Method Index


o ListAssociatedCables(CATIUnknownList**)
Gets Associated Cables.
o ListTerminalBoards(CATIUnknownList**)
Gets the list of TerminalBoards for the Junction Box (aggregated TerminalBoards).
o ListWidePins(CATIUnknownList**)
List of Wide Pin connectors.

Methods


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 ListTerminalBoards
public virtual ListTerminalBoards( oLTerminalBoards)
Gets the list of TerminalBoards for the Junction Box (aggregated TerminalBoards).
Parameters:
oLTerminalBoards
List of TerminalBoards
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: CATIEdiJunctionBox.h

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