Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 814 Bytes

File metadata and controls

40 lines (30 loc) · 814 Bytes

vsoStateClear

Description

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

Parameters

Name Type Description
hObj HANDLE

Remarks

{ 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 }

Examples

3: {kParametricRecalculate}
  BEGIN
    { ... }
    vsoStateClear( objectHand );
  END;

Version

Availability: from All Versions

This is drop-in function.

Category