All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

CATFunctSystemItf Interface CATIFunctVariants

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

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


interface CATIFunctVariants

The interface to access a set of Functional Variants.


Method Index


o Create(CATUnicodeString&,CATIFunctVariant*&)
Create a Variant.
o Delete(CATBaseUnknown*)
Delete a Variant.
o GetListOfVariants(CATLISTV(CATBaseUnknown_var)&)
Get the list of variants.

Methods


o Create
public virtual HRESULT Create( const CATUnicodeString& iName,
CATIFunctVariant*& oVariant)= 0
Create a Variant.
o Delete
public virtual HRESULT Delete(CATBaseUnknown* iVariant)= 0
Delete a Variant.
o GetListOfVariants
public virtual HRESULT GetListOfVariants(CATLISTV(CATBaseUnknown_var)& ioLst)= 0
Get the list of variants.

Parameters:
ioLst
The list to be filled with the variants.

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

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