All Frameworks Class Hierarchy This Framework Previous Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISamImageOwner
Usage: you can reimplement this interface by deriving the supplied CATESamImageOwner adapter class.
interface CATISamImageOwner
Analysis Images access and deformation availability.
Role:
Query this interface in order to get all the Images plugged under this object;
or to verify the deformation availability.
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 ConnectImages( | CATLISTV(CATBaseUnknown_var)& | iImages) = 0 |
public virtual HRESULT DisconnectAllImages( | )= 0 |
public virtual HRESULT DisconnectImages( | CATLISTV(CATBaseUnknown_var)& | iImages) = 0 |
public virtual HRESULT GetConnectedImages( | CATLISTV(CATBaseUnknown_var)& | oImages) = 0 |
public virtual HRESULT GetDeformationAvailability( | CATBoolean& | oIsAvailable) const = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.