All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecSchematicItf Interface CATIEdiSocket
System.IUnknown
|
+---CATIEdiSocket
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEdiSocket
Interface to manage an electrical schematic Socket.
Role:This interfaces describes the electrical object Socket.
Method Index
- o
GetAssemblyCtr(CATIEdiAssemblyConnector**)
- Get the Assembly Connector.
- o
GetFatherDevice(IUnknown**)
- Gets Father Device
(Throw Aggregation links & Connections).
- o
ListAssociatedCables(CATIUnknownList**)
- Gets Associated Cables.
- o
ListAssociatedPlugs(CATIUnknownList**)
- Gets Associated Device.
- o
ListMatingCtrs(CATIUnknownList**)
- Get the Mating Connector.
- o
ListPins(CATIUnknownList**)
- List of Pin connectors.
- o
ListWidePins(CATIUnknownList**)
- List of Wide Pin connectors.
Methods
o GetAssemblyCtr
-
Get the Assembly Connector.
- Parameters:
-
- oAsmCtrs
- The Assembly Connector
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetFatherDevice
-
Gets Father Device
(Throw Aggregation links & Connections).
- Parameters:
-
- oEdiDevice
- The Device
- 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 ListAssociatedPlugs
-
Gets Associated Device.
- Parameters:
-
- oLEdiPlugs
- The plugged connectors
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o ListMatingCtrs
-
Get the Mating Connector.
- Parameters:
-
- oMatingCtrs
- The Mating Connector
- 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 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: CATIEdiSocket.h