All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVInterfaces Interface ENOVIBOEcoManager

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ENOVIBOEcoManager
 

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


interface ENOVIBOEcoManager

Interface to the ECO Manager.

Role:Defines the interfaces to methods to manage Change Management ECOs.


Method Index


o CreateNewEco(CATUnicodeString&,CATUnicodeString&,CATIEnovCMEco_var&,CATUnicodeString&,CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
Creates a new Engineering Change Order object.
o RemoveEco(CATIEnovCMEco_var&,boolean)
Removes Engineering Change Order object.

Methods


o CreateNewEco
public virtual HRESULT CreateNewEco( const CATUnicodeString& iEcoType,
const CATUnicodeString& iEcoVersion,
CATIEnovCMEco_var& oEco,
const CATUnicodeString& iEcoName="",
const CATUnicodeString& iPriority="",
const CATUnicodeString& iTypeCode="",
const CATUnicodeString& iInitialAbstract="") = 0
Creates a new Engineering Change Order object.
Parameters:
iEcoType
ECO type
iEcoVersion
ECO version
oEco
Created ECO object
iEcoName
Name of ECO
iPriority
ECO priority
iTypeCode
ECO type code
iInitialAbstract
Abstract text
o RemoveEco
public virtual HRESULT RemoveEco(CATIEnovCMEco_var& oEco,
boolean delActions= FALSE)=0
Removes Engineering Change Order object.
Parameters:
oEco
ECO object to be removed
delActions
Boolean to Delete attached actions or not

This object is included in the file: ENOVIBOEcoManager.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces

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