All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecSchematicItf Interface CATIEdiSwitch
System.IUnknown
|
+---CATIEdiSwitch
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEdiSwitch
Interface to manage an electrical schematic Switch.
Role:This interfaces describes the electrical object Switch.
Method Index
- o
ListPins(CATIUnknownList**)
- List of Pin connectors.
- o
ListSockets(CATIUnknownList**)
- Gets the list of Sockets for the Switch
(aggregated Sockets).
- o
ListWidePins(CATIUnknownList**)
- List of Wide Pin connectors.
Methods
o ListPins
-
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
-
Gets the list of Sockets for the Switch
(aggregated Sockets).
- Parameters:
-
- oLSockets
- List of Sockets
- 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: CATIEdiSwitch.h