All Frameworks  Class Hierarchy  This Framework  Next  Indexes

ObjectModelerBase Interface CATI3DVisuProvider

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

Usage: you can freely reimplement this interface.


interface CATI3DVisuProvider

Interface used to retrieve the children of a base feature's extension(s).
Role: the provider algorithm handles the extension's children in order to include them in the visualization process.

See also:
CATI3DGeoVisu


Method Index


o GetChildren(CATBaseUnknown*,CATLISTP(CATBaseUnknown)**)
Returns a list of the children of a base feature's extension(s).

Methods


o GetChildren
public virtual HRESULT GetChildren(CATBaseUnknown* iObj,
CATLISTP(CATBaseUnknown)** oListChildren) = 0
Returns a list of the children of a base feature's extension(s).
Parameters:
iObj
The base feature object.
oListChildren
The list of the children of the base feature's extension(s).

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

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