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