All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ProductStructure Interface CATIPrdProperties

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIPrdProperties
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIPrdProperties

Interface to access product properties.


Method Index


o GetActivateBOM(CATBoolean&)
Retrieves the product ActivateBOM status
o GetDefinition(CATUnicodeString&)
Retrieves the product reference's definition.
o GetDescriptionInst(CATUnicodeString&)
Retrieves the product instance's description.
o GetDescriptionRef(CATUnicodeString&)
Retrieves the product reference's description.
o GetNomenclature(CATUnicodeString&)
Retrieves the product reference's nomenclature.
o GetRevision(CATUnicodeString&)
Retrieves the product reference's revision.
o GetSource(CatProductSource&)
Retrieves the product reference's source.

Methods


o GetActivateBOM
public virtual HRESULT GetActivateBOM(CATBoolean& oActivateBOM)= 0
Retrieves the product ActivateBOM status
Parameters:
oActivateBOM
Returned 1 if Product is Activated in BOM. Returned 0 if Product is not Activated in BOM.
o GetDefinition
public virtual HRESULT GetDefinition(CATUnicodeString& oRefString)= 0
Retrieves the product reference's definition.
Parameters:
oRefString
Returned product reference's definition.
o GetDescriptionInst
public virtual HRESULT GetDescriptionInst(CATUnicodeString& oInstString)= 0
Retrieves the product instance's description.
Parameters:
oInstString
Returned product instance's description.
o GetDescriptionRef
public virtual HRESULT GetDescriptionRef(CATUnicodeString& oRefString)= 0
Retrieves the product reference's description.
Parameters:
oRefString
Returned product reference's description.
o GetNomenclature
public virtual HRESULT GetNomenclature(CATUnicodeString& oRefString)= 0
Retrieves the product reference's nomenclature.
Parameters:
oRefString
Returned product reference's nomenclature.
o GetRevision
public virtual HRESULT GetRevision(CATUnicodeString& oRefString)= 0
Retrieves the product reference's revision.
Parameters:
oRefString
Returned product reference's revision.
o GetSource
public virtual HRESULT GetSource(CatProductSource& oRefSource)= 0
Retrieves the product reference's source.
Parameters:
oRefSource
Returned product reference's source.

This object is included in the file: CATIPrdProperties.h
If needed, your Imakefile.mk should include the module: CATProductStructure1

Copyright © 2003, Dassault Systèmes. All rights reserved.