All Frameworks  Class Hierarchy  This Framework  Indexes   

ElecSchematicItf Interface 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
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 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
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: CATIEdiSwitch.h

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