All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATFunctSystemItf Interface CATIFunctGenScriptMgr

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATFunctSystemItf.CATIFunctFacet
        |
        +---CATIFunctGenScriptMgr
 

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


interface CATIFunctGenScriptMgr

The interface to access a Functional GenerativeScripts manager.


Method Index


o GetScripts(CATIFunctScripts*&)
Get the Generative Scripts collection.
o get_CurrentScript(CATLONG&)
Get the CurrentScript.
o put_CurrentScript(CATLONG)
Put the CurrentScript.

Methods


o GetScripts
public virtual HRESULT GetScripts(CATIFunctScripts*& oScripts)= 0
Get the Generative Scripts collection.
o get_CurrentScript
public virtual HRESULT get_CurrentScript(CATLONG& oCurrentScript)= 0
Get the CurrentScript.
o put_CurrentScript
public virtual HRESULT put_CurrentScript(CATLONG iCurrentScript)= 0
Put the CurrentScript.

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

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