Click or drag to resize
SoImageVizEngineEventArgEngine Property

Returns the engine that raised event.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoImageVizEngine Engine {
	[ObsoleteAttribute("See documentation for more details")]
	[EditorBrowsableAttribute(EditorBrowsableState.Never)]
	get;
 }

Property Value

Type: SoImageVizEngine
Remarks

Obsoletesince Open Inventor 9700. Use getSource() method instead.

See Also