All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface 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 GetAttributeList( | const | BOTypeLate, |
| | Attributes) |
-
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