All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecSchematicItf Interface CATIEdiJunctionBoxReference

System.IUnknown
  |
  +---CATIEdiJunctionBoxReference
 

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


interface CATIEdiJunctionBoxReference

Interface to manage an electrical schematic JunctionBox reference.
Role:This interfaces describes the electrical object JunctionBox.


Method Index


o AddTerminalBoard(wchar_t*,CATIEdiTerminalBoard**)
Creates a terminal board.
o AddWidePin(int,wchar_t*,CATIEdiWidePin**)
Creates a wide pin connector.

Methods


o AddTerminalBoard
public virtual HRESULT AddTerminalBoard( const wchar_t* iEdiInstanceName,
CATIEdiTerminalBoard** oEdiTerminalBoard) = 0
Creates a terminal board.
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: CATIEdiJunctionBoxReference.h

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