All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ToolPathEditorInterfaces Interface CATIMfgToolPathEditorHeader

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

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


interface CATIMfgToolPathEditorHeader

Interface to create the sub-menu of the tool path in the PPR Tree.


Method Index


o GetHeaders(CATListValCATString&)
Retrieves the list of command headers in the tool path editor.
o IsHeadersAvailable(CATListValCATString&,CATCSO*)
Determines whether a list of command headers is available for a given set of objects.

Methods


o GetHeaders
public virtual HRESULT GetHeaders(CATListValCATString& ioHeadersList)= 0
Retrieves the list of command headers in the tool path editor.
Parameters:
ioHeadersList
The retrieved list of command headers
o IsHeadersAvailable
public virtual HRESULT IsHeadersAvailable(CATListValCATString& ioHeadersList,
CATCSO* iCSO)= 0
Determines whether a list of command headers is available for a given set of objects.
Parameters:
ioHeadersList
The list of command headers
iCSO
The set of objects

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

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