All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATIVPMBOAttributeList

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

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


interface CATIVPMBOAttributeList

This interface is used to retreive the attributes of an object.
Role : This interface is used to retreive the attributes of an object.


Method Index


o GetAttributeList(CATUnicodeString,VPMIListOfAttributes*)
This method returns the attributes of an object.

Methods


o GetAttributeList
public virtual HRESULT GetAttributeList( const CATUnicodeString BOTypeLate,
VPMIListOfAttributes* Attributes)const = 0
This method returns the attributes of an object.
Parameters:
BOTypeLate
specifies the basic type of the object.
Attributes
returns the list of attributes.
Returns:
S_OK in case of success, E_FAIL in case of error.

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

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