All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgUserDataAccess

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

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


interface CATIMfgUserDataAccess

Interface to add a user data feature to a manufacturing setup or a manufacturing program.

Role: CATIMfgUserDataAccess has methods to set and retrieve a user data feature to a manufacturing setup or a manufacturing program.


Method Index


o GetUserDataFeature(CATILinkableObject_var&)
Retrieves the user data feature linked to the manufacturing setup or the manufacturing program.
o RemoveUserDataFeature()
Removes the user data feature linked to the manufacturing setup or the manufacturing program.
o SetUserDataFeature(CATILinkableObject_var&)
Sets a user data feature to the manufacturing setup or the manufacturing program.

Methods


o GetUserDataFeature
public virtual HRESULT GetUserDataFeature(CATILinkableObject_var& oDataFeature) = 0
Retrieves the user data feature linked to the manufacturing setup or the manufacturing program..
Parameters:
oDataFeature
The retrieved user data feature
o RemoveUserDataFeature
public virtual HRESULT RemoveUserDataFeature()= 0
Removes the user data feature linked to the manufacturing setup or the manufacturing program..
o SetUserDataFeature
public virtual HRESULT SetUserDataFeature( const CATILinkableObject_var& iDataFeature) = 0
Sets a user data feature to the manufacturing setup or the manufacturing program..
Parameters:
iDataFeature
The user data feature to set

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

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