CATPLMIntegrationAccess CATAdpQueryResult
Usage: you must use this class as is. You should never derive it.
public class CATAdpQueryResult
Class giving access to a set of informations resulting from a query.
Role: provide a set of informations about a component resulting from a query in a database.
Constructor and Destructor Index
- o
~CATAdpQueryResult(void)
- Destructor.
Method Index
- o
GetAttributeSet(CATAdpAttributeSet&)
- Gets an attribute set.
- o
GetIdentifier(CATIAdpPLMIdentificator*&)
- Gets the component identificator.
Constructor and Destructor
o ~CATAdpQueryResult
public virtual ~CATAdpQueryResult( | | ) |
-
Destructor.
Methods
o GetAttributeSet
public virtual GetAttributeSet( | | oAttSet) |
-
Gets an attribute set.
Role: Gets an attribute set corresponding to the attributes retrieved in a database for a component through a query.
The attributes retrieved depend of the context of use.
- Parameters:
-
- oAttSet[out],
- The component attribute set.
- Returns:
-
S_OK
if the attibute set could be retrieved.
E_FAIL
otherwise.
o GetIdentifier
public virtual GetIdentifier( | | oIdentifier) |
-
Gets the component identificator.
Role: Gets the
enabling to identify a component.
- Parameters:
-
- oIdentifier
- [out, CATBaseUnknown#Release] The retrieved component identificator.
- Returns:
-
S_OK
if the related identifier could be retrieved.
E_FAIL
otherwise.
This object is included in the file: CATAdpQueryResult.h
If needed, your Imakefile.mk should include the module: CATPLMIntegrationAccess
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.