All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgMachinableBaseMngt

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

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


interface CATIMfgMachinableBaseMngt

Interface to associate general information Machinable features.
Role: Use this general interface to retrieve and set information on Machinable Features.


Method Index


o GetFeatRemark(CATUnicodeString&)
Gets the comment of the Manufacturing Machinable Feature.
o GetFeatType(CATUnicodeString&)
Gets the type of the Manufacturing Machinable Feature.
o SetFeatRemark(CATUnicodeString&)
Sets the comment of the Manufacturing Machinable Feature.
o SetFeatType(CATUnicodeString&)
Sets the type of the Manufacturing Machinable Feature.

Methods


o GetFeatRemark
public virtual HRESULT GetFeatRemark(CATUnicodeString& oRemark) = 0
Gets the comment of the Manufacturing Machinable Feature.
Parameters:
oRemark
The comment
o GetFeatType
public virtual HRESULT GetFeatType(CATUnicodeString& oType) = 0
Gets the type of the Manufacturing Machinable Feature.
Parameters:
oType
The type
o SetFeatRemark
public virtual HRESULT SetFeatRemark( const CATUnicodeString& iRemark) = 0
Sets the comment of the Manufacturing Machinable Feature.
Parameters:
iRemark
The comment
o SetFeatType
public virtual HRESULT SetFeatType( const CATUnicodeString& iType) = 0
Sets the type of the Manufacturing Machinable Feature.
Parameters:
iType
The type

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

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