Click or drag to resize
SoImageVizEngineEventArgGetEngine Method

Note: This API is now obsolete.

Returns the engine that raised event.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Engine property instead.")]
public SoImageVizEngine GetEngine()

Return Value

Type: SoImageVizEngine
Remarks

Obsoletesince Open Inventor 9700 Use getSource() method instead.

See Also