CATPLMComponentInterfaces Interface CATIPLMComponentsSet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPLMComponentsSet
Interface to manage a set of components.
role This interface returns the root PLM Components edited by an editor ( CATFrmEditor class instance ).
Method Index
- o
GetRoots(CATListPtrCATIPLMComponent&)
- Retrieves the root components.
Methods
o GetRoots
public virtual GetRoots( | | oListOfRoots) |
-
Retrieves the root components.
- Parameters:
-
- oListOfRoots
- The list of roots. It should be empty before call.
- Returns:
-
Legal values:
- S_OK
- The components are found.
- S_FALSE
- The method is correctly executed, however output list is empty.
- E_FAIL
- Internal error.
- E_INVALIDARG
- The method is called with non-empty output argument list.
This object is included in the file: CATIPLMComponentsSet.h
If needed, your Imakefile.mk should include the module: CATPLMComponentInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.