CATPLMIdentificationAccess Interface CATIPLMComponent
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPLMComponent
Interface allowing to access to PLM component.
Role: This class is used to access the base PLM entity in session.
Method Index
- o
GetAdpID(CATIAdpPLMIdentificator*&)
- Returns the identifier of the PLMComponent.
- o
GetAdpType(CATIAdpType*&)
- Returns the PLM Class type of the PLMComponent.
Methods
o GetAdpID
public virtual GetAdpID( | | oAdpID) |
-
Returns the identifier of the PLMComponent.
- Parameters:
-
- oAdpID
- [out, CATBaseUnknown#Release] The returned identifier (to be released)
The validity can be checked using
- Returns:
-
-
S_OK
- Success
-
E_FAIL
- Failure
o GetAdpType
public virtual GetAdpType( | | oAdpType) |
-
Returns the PLM Class type of the PLMComponent.
- Parameters:
-
- oAdpType
- [out, CATBaseUnknown#Release] The returned type (to be released)
- Returns:
-
-
S_OK
- Success
-
E_FAIL
- Failure
This object is included in the file: CATIPLMComponent.h
If needed, your Imakefile.mk should include the module: CATPLMIdentificationAccess
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.