All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecSchematicItf Interface CATIEdiCableReference

System.IUnknown
  |
  +---CATIEdiCableReference
 

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


interface CATIEdiCableReference

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


Method Index


o AddWire(char*,wchar_t*,CATIEdiWire**)
Creates a wire.

Methods


o AddWire
public virtual HRESULT AddWire( const char* iEdiClassType,
const wchar_t* iEdiInstanceName,
CATIEdiWire** oEdiWire) = 0
Creates a wire.
Parameters:
iEdiClassType
The class type of the wire.
iEdiInstanceName
The Instance Name of the application component instance.
oEdiWire
The new application component object created
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIEdiCableReference.h

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