Function ProMechitemUpdateComplete
Description
This function notifies Creo Parametric that all desired changes have been made to a given simulation item. Calling this function:
• Forces a recalculation of the item's status.
• Updates the display of the simulation object, if it is currently displayed.
• May also trigger showing or hiding other dependent items because of the changes made.
This function MUST be called after ALL properties of a new/modified simulation item have been set by the appropriate Set functions.
Licensing Requirement
Synopsis
| ProMechitemUpdateComplete |
| ( /* (In) The simulation item that has just been modified. */ ) |
Returns
| The function succeeded. |
| Model is in read-only state. |
| One or more input arguments are invalid. |
| The Creo Simulate session is not initialized. |
| |
| A general error is encountered. |
Sample Code References
User Guide References