Click or drag to resize
SoImageVizEngineOnProgress Event

Event raised while processing is running.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public event SbEventHandler<SoImageVizEngineEventArg> OnProgress

Value

Type: OIV.InventorSbEventHandlerSoImageVizEngineEventArg
Remarks

Nb: This event is regularly called during processing. It can be used to observe progression of the computing (e.g. to display a progress bar).

See Also