Clears states between events. Must be called during the regen event 3 (kParametricRecalculate).
See [[VS:Parametric_State_Notifications#Reset_event]]
PROCEDURE vsoStateClear(hObj : HANDLE);def vs.vsoStateClear(hObj):
return None| Name | Type | Description |
|---|---|---|
| hObj | HANDLE |
{ Orso quoting Vlado: In order to receive correct information on received states in between resets, IT IS EXTREMELY IMPORTANT to call VS:vsoStateClear at the end of the reset event }
3: {kParametricRecalculate}
BEGIN
{ ... }
vsoStateClear( objectHand );
END;Availability: from All Versions
This is drop-in function.