All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATFunctSystemItf Interface CATIFunctActionsGroups

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

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


interface CATIFunctActionsGroups

The interface to access the groups of functional actions of a system.


Method Index


o Create(CATUnicodeString&,double,double,double,double,CATIFunctActionsGroup*&)
Create a Group of Actions.
o Delete(CATBaseUnknown*)
Delete a Group of Actions.
o GetListOfActionsGroups(CATLISTV(CATBaseUnknown_var)&)
Get the list of actions groups.

Methods


o Create
public virtual HRESULT Create( const CATUnicodeString& iName,
double iInputX,
double iInputY,
double iOutputX,
double iOutputY,
CATIFunctActionsGroup*& oActGrp)= 0
Create a Group of Actions.
o Delete
public virtual HRESULT Delete(CATBaseUnknown* iActGrp)= 0
Delete a Group of Actions.
o GetListOfActionsGroups
public virtual HRESULT GetListOfActionsGroups(CATLISTV(CATBaseUnknown_var)& ioLst)= 0
Get the list of actions groups.

Parameters:
ioLst
The list to be filled with the actions groups.

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

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