CATPLMFastenerUseItf Interface CATIFmaConnectionServices
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFmaConnectionServices
Interface to Get the fastener properties from a given Engineering Connection.
Method Index
- o
GetFstCoupling(CATBaseUnknown**,CATBaseUnknown*,IID&)
- Gets the fastener coupling object from a given MCX.
Methods
o GetFstCoupling
public virtual GetFstCoupling( | | opFstCoupling, |
| const | ipFstConnection, |
| const | iIID | = IID_CATIFmaCouplingBrowse) |
-
Gets the fastener coupling object from a given MCX.
- Parameters:
-
- ipFstConnection
- a fastener connection.
- iIID
- requested interface.
- opFstCoupling
- [out, CATBaseUnknown#Release] the associated Fst_Coupling.
- Returns:
-
- S_OK
- if Retrieving operation is fully successful.
- E_INVALIDARG
- if ipFstConnection is NULL, or is not a fastener connection, or opFstCoupling is not NULL.
- E_FAIL
- otherwise.
This object is included in the file: CATIFmaConnectionServices.h
If needed, your Imakefile.mk should include the module: CATPLMFmaBrowseInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.