All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgActivityDefaultValuesMngt

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

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


interface CATIMfgActivityDefaultValuesMngt

Interface to manage default values on a Manufacturing Activity.
Role:This interface is to be invoqued in a CAA Partner Application to apply to a newly created Manufacturing Activity the default values of parameters. A default implementation is provided for Manufacturing Activities


Method Index


o ManageDefaultValues(int,int&)
Manage default values depending on Machining / Operation/ Apply default values Setting.

Methods


o ManageDefaultValues
public virtual HRESULT ManageDefaultValues( const int iApply,
int& oSetting)= 0
Manage default values depending on Machining / Operation/ Apply default values Setting.
Parameters:
iApply

Legal values: 1 to apply default values if setting is ON. 0 to only read setting value.
oSetting

Legal values: 1 if setting is ON. User requests default values to be applied. 0 if setting is OFF.User does not request default values to be applied.

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

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