All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATICfgSpecCategory

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

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


interface CATICfgSpecCategory

This class is used to: - Create CATICfgSimpleSpecification - Manage the content and characteristics of a category


Method Index


o CreateSpecification(CATUnicodeString&,CATICfgSimpleSpecification_var&)
Create Specification
o GetDescription(CATUnicodeString&)
Get the Description of the category
o GetName(CATUnicodeString&)
Get the name of the category

Methods


o CreateSpecification
public virtual HRESULT CreateSpecification( const CATUnicodeString& iId,
CATICfgSimpleSpecification_var& oCfgSimpleSpec)=0
Create Specification
Parameters:
iId
Name of the specification to create
oCfgSimpleSpec
The specification
o GetDescription
public virtual HRESULT GetDescription(CATUnicodeString& oDescription) const = 0
Get the Description of the category
Parameters:
oDescription
Description of the category.
o GetName
public virtual HRESULT GetName(CATUnicodeString& oName) const = 0
Get the name of the category
Parameters:
oName
Name of the category.

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

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