DataCommonProtocolUse Interface CATIUpdateProvider

Usage: you can freely reimplement this interface.


interface CATIUpdateProvider

Interface used to include an additional object in the update process.
Role: overrides the default update behavior.
Specific implementation rules are defined defined in the documentation of each application that make use of providers to open their update process.


Method Index


o Update(CATBaseUnknown*,CATBaseUnknown_var)
Rebuilds the object (generates its result).

Methods


o Update
public virtual Update( iWorkingObj,
iDomain= NULL_var)
Rebuilds the object (generates its result). Note: the default update mechanism detects all objects that have been modified upstream from any given object, rebuilds the rsults of all objects impacting the given object, and lastly rebuild the final result.
Parameters:
iWorkingObj
The object.
iDomain
The application domain of the update (not used).
Returns:
0: the object has been updated. 1: the object could not be updated.

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.