SoImageVizEngineEventArgEngine Property |
Returns the engine that raised event.
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoImageVizEngine Engine {
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
get;
}
Public ReadOnly Property Engine As SoImageVizEngine
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Get
public:
property SoImageVizEngine^ Engine {
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoImageVizEngine^ get ();
}
member Engine : SoImageVizEngine with
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
get
Property Value
Type:
SoImageVizEngine
RemarksObsoletesince Open Inventor 9700
Use getSource() method instead.
See Also