All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISamEnumManager
Usage: you can reimplement this interface by deriving the supplied CATESamEnumManager adapter class.
interface CATISamEnumManager
Interface to manage enumerate basic componenent that will create other basic components.
This inferface is to be implemented on a basic component build by derivation of "SAMListManager".
According to the first level selection return lists of basic components to instanciate.
BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.
public virtual HRESULT GetList( | CATListValCATUnicodeString& | oList) = 0 |
public virtual HRESULT GetMode( | CATSamSelectionMode& | oMode) = 0 |
public virtual HRESULT GetResult( | const CATUnicodeString& | iString, |
CATListValCATUnicodeString& | oFeatureName, | |
CATListValCATUnicodeString& | oFeatureType, | |
CATLISTV(CATBaseUnknown_var)& | oListOfCATICkeType) =0 |
public virtual HRESULT GetSelected( | CATUnicodeString& | oString, |
int& | oIndex) = 0 |
public virtual HRESULT SetSelected( | int | iIndex) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.