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
-
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
-
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
-
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