All Frameworks Class Hierarchy This Framework Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIArrAppProduct
Usage: you can reimplement this interface by deriving the supplied CATEArrAppProductAdapter adapter class.
interface CATIArrAppProduct
Interface to allow customization of Arr objects when the nomenclature is set or modified.
This interface will be called by the CATIA application code to give
users the opportunity to plug in their own code. Users need to create
their own implementation.
Users implementing this interface must derive from the adapter
CATEArrAppProductAdapter.h in case new methods are added.
Users must define a .dic file tying the interface to an Arrangement object below.
public virtual HRESULT NomenclatureWasModified( | const CATUnicodeString& | iOldType, |
const CATUnicodeString& | iNewType)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.