All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATFunctSystemItf.CATIFunctElement
|
+---CATIFunctActionsGroup
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFunctActionsGroup
The interface to access a group of functional actions in a system.
| public virtual HRESULT Add( | CATIFunctAction* | iAction)= 0 |
| public virtual CATLISTV(CATBaseUnknown_var)* GetActions( | )= 0 |
| public virtual HRESULT GetExtremities( | double& | oInputX, |
| double& | oInputY, | |
| double& | oOutputX, | |
| double& | oOutputY)= 0 |
| public virtual HRESULT RemovePosition( | long | iPosition)= 0 |
| public virtual HRESULT SetExtremities( | double | iInputX, |
| double | iInputY, | |
| double | iOutputX, | |
| double | iOutputY)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.