SoImageVizEngineEventArgEngine Property |
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)
Syntaxpublic SoImageVizEngine Engine {
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
get;
}
Public ReadOnly Property Engine As SoImageVizEngine
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Get
public:
property SoImageVizEngine^ Engine {
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoImageVizEngine^ get ();
}
member Engine : SoImageVizEngine with
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
get
Property Value
Type:
SoImageVizEngine
RemarksObsoletesince Open Inventor 9700
Use getSource() method instead.
See Also