All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecSchematicItf Interface CATIEdiEquipment
System.IUnknown
|
+---CATIEdiEquipment
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEdiEquipment
Interface to manage an electrical schematic Equipment.
Role:This interfaces describes the electrical object Equipment.
Method Index
- o
ListAssemblyCtr(CATIUnknownList**)
- List of AssemblyCtr connectors.
- o
ListAssociatedCables(CATIUnknownList**)
- Gets Associated Cables.
- o
ListPins(CATIUnknownList**)
- List of Pin connectors.
- o
ListSockets(CATIUnknownList**)
- Gets the list of Sockets for the Equipment
(Aggregated Sockets & Connected throw a connection).
- o
ListWidePins(CATIUnknownList**)
- List of Wide Pin connectors.
Methods
o ListAssemblyCtr
-
List of AssemblyCtr connectors.
- Parameters:
-
- oLAsmCtrs
- The AssemblyCtr connectors
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
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 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 Equipment
(Aggregated Sockets & Connected throw a connection).
- 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: CATIEdiEquipment.h