All Frameworks  Class Hierarchy  This Framework  Indexes   

ElecSchematicItf Interface CATIEdiCableExtremity

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIEdiCableExtremity

Interface to manage an electrical schematic Cable Extremity.
Role:This interfaces describes the electrical object Cable Extremity.


Method Index


o Connect(CATIEdiWidePin*)
Connects the cable extremity to a Wide Pin Connector.
o Disconnect()
Disconnects the cable extremity.
o GetCable(CATIEdiCable**)
Gets Cable electrical object.
o GetConnectedWidePin(CATIEdiWidePin**)
Gets Connected Wide Pin connector.
o GetNumber(int*)
Get the number of the cable extremity.
o ListWireExtremities(CATIUnknownList**)
Gets the list of wire extremities in accordance with this cable extremity.

Methods


o Connect
public virtual Connect( iEdiWidePin)
Connects the cable extremity to a Wide Pin Connector. This method allows to connect : - Cables to Equipments throw Sockets - Cables to JunctionBoxes - Cables to Plugs - Cables to Switchs
Parameters:
iEdiWidePin
The Wide Pin Connector to connect
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o Disconnect
public virtual Disconnect()
Disconnects the cable extremity.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetCable
public virtual GetCable( oEdiCable)
Gets Cable electrical object.
Parameters:
oEdiCable
The Cable object
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetConnectedWidePin
public virtual GetConnectedWidePin( oEdiWidePin)
Gets Connected Wide Pin connector.
Parameters:
oEdiWidePin
The Wide Pin object
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o GetNumber
public virtual GetNumber( oNumber)
Get the number of the cable extremity.
Parameters:
oNumber
The number of the cable extremity.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o ListWireExtremities
public virtual ListWireExtremities( oLWireExtremities)
Gets the list of wire extremities in accordance with this cable extremity. The filter is based on Id_Number Attribute value.
Parameters:
oLWireExtremities
The Wire extremities
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIEdiCableExtremity.h

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