All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecSchematicItf Interface CATIEdiJunctionBox

System.IUnknown
  |
  +---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 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 ListTerminalBoards
public virtual HRESULT ListTerminalBoards(CATIUnknownList** oLTerminalBoards) = 0
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 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: CATIEdiJunctionBox.h

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