All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATIAVPMTPConfigurable
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIAVPMTPConfigurable
Interface to manage Configurable Object.
Method Index
- o
get_ConfigurableObjectCount(long&)
- Retrieves Count of the Configurable Object associated to the PRC.
- o
get_ConfigurableObject(long,CATIConfigurableObject*&)
- Retrieves the Configurable Object associated to the PRC correspondig to the index.
Methods
o get_ConfigurableObjectCount
| public virtual get_ConfigurableObjectCount( | | NbItems) |
-
Retrieves Count of the Configurable Object associated to the PRC.
- Parameters:
-
- NbItems
- The number of Configurable Objects.
o get_ConfigurableObject
| public virtual get_ConfigurableObject( | | index, |
| | ConfigurableObject) |
-
Retrieves the Configurable Object associated to the PRC correspondig to the index.
- Parameters:
-
- index
- The index.
- ConfigurableObject
- The CATIAVPMConfigurableObject.
This object is included in the file: CATIAVPMTPConfigurable.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces