All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamDisplayModel

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

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


interface CATISamDisplayModel

Analysis 2D Display model access.
Allows to connect a 2D Display feature under an analysis set or an analysis entity.


Method Index


o AddDisplay(CATISpecObject*)
Adds a new Display in the model.
o ListDisplay(CATLISTV(CATBaseUnknown_var)*&)
List all display's in the model.
o RemoveDisplay(CATISpecObject*)
Removes a display from the model.

Methods


o AddDisplay
public virtual HRESULT AddDisplay( const CATISpecObject* ipiDisplay) = 0
Adds a new Display in the model.
Parameters:
ipiDisplay
the Display feature.
o ListDisplay
public virtual HRESULT ListDisplay(CATLISTV(CATBaseUnknown_var)*& oDisplayList) const = 0
List all display's in the model.
Parameters:
oDisplayList
the Display features.
o RemoveDisplay
public virtual HRESULT RemoveDisplay( const CATISpecObject* ipiDisplay) = 0
Removes a display from the model.
Parameters:
ipiDisplay
the Display feature.

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

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