All Frameworks  Class Hierarchy  This Framework  Indexes   

ProductStructure Interface 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 GetActivateBOM( oActivateBOM)
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 GetDefinition( oRefString)
Retrieves the product reference's definition.
Parameters:
oRefString
Returned product reference's definition.
o GetDescriptionInst
public virtual GetDescriptionInst( oInstString)
Retrieves the product instance's description.
Parameters:
oInstString
Returned product instance's description.
o GetDescriptionRef
public virtual GetDescriptionRef( oRefString)
Retrieves the product reference's description.
Parameters:
oRefString
Returned product reference's description.
o GetNomenclature
public virtual GetNomenclature( oRefString)
Retrieves the product reference's nomenclature.
Parameters:
oRefString
Returned product reference's nomenclature.
o GetRevision
public virtual GetRevision( oRefString)
Retrieves the product reference's revision.
Parameters:
oRefString
Returned product reference's revision.
o GetSource
public virtual GetSource( oRefSource)
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.