All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATIAVPMTPConfigurable

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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_ConfigurableObject(long,CATIConfigurableObject*&)
Retrieves the Configurable Object associated to the PRC correspondig to the index.
o get_ConfigurableObjectCount(long&)
Retrieves Count of the Configurable Object associated to the PRC.

Methods


o get_ConfigurableObject
public virtual HRESULT __stdcall get_ConfigurableObject(long index,
CATIConfigurableObject*& ConfigurableObject)=0
Retrieves the Configurable Object associated to the PRC correspondig to the index.
Parameters:
index
The index.
ConfigurableObject
The CATIAVPMConfigurableObject.
o get_ConfigurableObjectCount
public virtual HRESULT __stdcall get_ConfigurableObjectCount(long& NbItems)=0
Retrieves Count of the Configurable Object associated to the PRC.
Parameters:
NbItems
The number of Configurable Objects.

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

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