All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATIAVPMIIProductSpecification
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIAVPMIIProductSpecification
Interface to retrieve ProductSpecs that qualify an item instance.
Role: The CATIAVPMIIProductSpecification enables you to:
- Retrieves the Product Specifications for which an IIs effectivity is true
- This interface is implemented on the ItemInstance entity
Method Index
- o
get_PSTrueForII(CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATBaseUnknown_var)&)
- Retrieve the Product Specifications under which this Item Instance is true.
Methods
o get_PSTrueForII
| public virtual get_PSTrueForII( | | iListPS, |
| | oListPS) |
-
Retrieve the Product Specifications under which this Item Instance is true.
- Parameters:
-
- iListPS
- List of Product Specifications to check for this Item Instance.
- oListPS
- List of Product Specifications for which the Item Instance is true.
- Returns:
- S_OK in case of success, E_FAIL in case of error.
This object is included in the file: CATIAVPMIIProductSpecification.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces