All Frameworks Class Hierarchy This Framework Previous Next Indexes
ENOVInterfaces Interface ENOVIAttachProductCategory
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---ENOVIAttachProductCategory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface ENOVIAttachProductCategory
Interface to create ProductSpecifications .
Role: The ENOVIAttachProductCategory enables you to:
- Create, retrieve, delete Config Product Specifications
Method Index
- o
AttachProductCategory()
- This function attaches any Category with VCATTYPE attribute value - Product
to this ConfigurableObject.
Methods
o AttachProductCategory
public virtual HRESULT AttachProductCategory( | )=0 |
-
This function attaches any Category with VCATTYPE attribute value - Product
to this ConfigurableObject.
- Returns:
- An HRESULT
Legal values:
- S_OK
- A Category of type Product - is found and attached to this object
- S_FALSE
- There is no Category of type Product
- E_FAIL
- Failed to retrieve and attach a Product Category
This object is included in the file: ENOVIAttachProductCategory.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces