Click or drag to resize
SoImageVizEngineOnEnd Event

Event raised when processing ends and the result is available.

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> OnEnd

Value

Type: OIV.InventorSbEventHandlerSoImageVizEngineEventArg
Remarks

Important note: Do not use waitEvaluate() method in this event because this can cause a dead-lock during evaluation.

See Also