All Frameworks Class Hierarchy This Framework Previous Next Indexes
ElecSchematicItf Interface CATIEdiEquipmentReference
System.IUnknown
|
+---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
-
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 HRESULT AddPin( | const int | iEdiNumber, |
| const wchar_t* | iEdiId_Number, |
| CATIEdiPin** | oEdiPin) = 0 |
-
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
-
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 HRESULT AddWidePin( | const int | iEdiNumber, |
| const wchar_t* | iEdiId_Number, |
| CATIEdiWidePin** | oEdiWidePin) = 0 |
-
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