CATPLMFastenerUseItf CATFmaBrowseServicesAccess
Usage: you must use this class as is. You should never derive it.
public class CATFmaBrowseServicesAccess
Class to access fastener services
Role: this class give access to additional fastener services .
Method Index
- o
CreateFmaConnectionServices(CATIFmaConnectionServices**)
- Retrieves a pointer to the interface that manages the PLM fastener connection.
- o
CreateFmaNavigationServices(CATIFmaPLMNavigationServices**)
- Retrieves a pointer to the interface that manages the navigation between the elements of the fastener structure.
Methods
o CreateFmaConnectionServices
public static CreateFmaConnectionServices( | | opFmaConnectionServices) |
-
Retrieves a pointer to the interface that manages the PLM fastener connection.
- Parameters:
-
- opFmaConnectionServices
- [out, CATIFmaConnectionServices#Release] the pointer of the service
- Returns:
-
- S_OK
- if the service was successfully retrieved.
- E_INVALIDARG
- if opFmaConnectionServices was not initially set to NULL.
- E_FAIL
- otherwise.
o CreateFmaNavigationServices
public static CreateFmaNavigationServices( | | opFmaNavServices) |
-
Retrieves a pointer to the interface that manages the navigation between the elements of the fastener structure.
- Parameters:
-
- opFmaNavServices
- [out, CATIFmaPLMNavigationServices#Release] the pointer of the service.
- Returns:
-
- S_OK
- if the service was successfully retrieved.
- E_INVALIDARG
- if opFmaNavServices was not initially set to NULL.
- E_FAIL
- otherwise.
This object is included in the file: CATFmaBrowseServicesAccess.h
If needed, your Imakefile.mk should include the module: CATPLMFmaBrowseInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.