SoImageVizEngine.EventArg.GetEngine Method |
Note: This API is now obsolete.
Returns the engine that raised event.
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("Use Engine property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoImageVizEngine GetEngine()
<ObsoleteAttribute("Use Engine property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetEngine As SoImageVizEngine
public:
[ObsoleteAttribute(L"Use Engine property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoImageVizEngine^ GetEngine()
[<ObsoleteAttribute("Use Engine property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetEngine : unit -> SoImageVizEngine
Return Value
Type:
SoImageVizEngine
RemarksObsoletesince Open Inventor 9700.
Use getSource() method instead.
See Also