All Frameworks Class Hierarchy This Framework Indexes
ElecSchematicItf Interface CATIEdiEquipmentReference
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEdiEquipmentReference
Interface to manage an electrical schematic Equipment reference.
Role:This interfaces describes the electrical object Equipment.
Method Index
- o
AddAssemblyCtr(CATIEdiAssemblyConnector**)
- Creates an assembly connector.
- o
AddPin(int,wchar_t*,CATIEdiPin**)
- Creates a pin connector.
- o
AddSocket(wchar_t*,CATIEdiSocket**)
- Creates a socket.
- o
AddWidePin(int,wchar_t*,CATIEdiWidePin**)
- Creates a wide pin connector.
Methods
o AddAssemblyCtr
| public virtual AddAssemblyCtr( | | oEdiAssemblyCtr) |
-
Creates an assembly connector.
- Parameters:
-
- oEdiAssemblyCtr
- wide pin created
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AddPin
| public virtual AddPin( | const | iEdiNumber, |
| const | iEdiId_Number, |
| | oEdiPin) |
-
Creates a pin connector.
- Parameters:
-
- iCntrId
- Wide pin user identifier
- iIdNumber
- identification number
- oWidePinCntr
- wide pin created
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AddSocket
| public virtual AddSocket( | const | iEdiInstanceName, |
| | oEdiSocket) |
-
Creates a socket.
- Parameters:
-
- iEdiInstanceName
- The Instance Name of the application component instance.
- oEdiSocket
- The new application component object created
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AddWidePin
| public virtual AddWidePin( | const | iEdiNumber, |
| const | iEdiId_Number, |
| | oEdiWidePin) |
-
Creates a wide pin connector.
- Parameters:
-
- iCntrId
- Wide pin user identifier
- iIdNumber
- identification number
- oWidePinCntr
- wide pin created
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATIEdiEquipmentReference.h