All Frameworks Class Hierarchy This Framework Indexes
ElecSchematicItf Interface CATIEdiSocketReference
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEdiSocketReference
Interface to manage an electrical schematic Socket reference.
Role:This interfaces describes the electrical object Socket.
Method Index
- o
AddAssemblyCtr(CATIEdiAssemblyConnector**)
- Creates an assembly connector.
- o
AddMatingCtr(CATIEdiMatingConnector**)
- Creates an mating connector.
- o
AddPin(int,wchar_t*,CATIEdiPin**)
- Creates a pin connector.
- o
AddWidePin(int,wchar_t*,CATIEdiWidePin**)
- Creates a wide pin connector.
Methods
o AddAssemblyCtr
| public virtual AddAssemblyCtr( | | oEdiAssemblyCtr) |
-
Creates an assembly connector.
- Parameters:
-
- oEdiAssemblyCtr
- assembly connector created.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AddMatingCtr
| public virtual AddMatingCtr( | | oEdiMatingCtr) |
-
Creates an mating connector.
- Parameters:
-
- oEdiMatingCtr
- mating connector 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 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: CATIEdiSocketReference.h