| RenderAreaSourceGetInteractiveMode Method |
Note: This API is now obsolete.
Gets the current interactive mode.
Namespace: OIV.Inventor.ViewerComponents.Wpf.RenderAreasAssembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 2025.2.1.Release.09005565176de878d23a36e7c4b154675f788e56
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoInteractiveComplexityInteractiveModes GetInteractiveMode()<ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetInteractiveMode As SoInteractiveComplexityInteractiveModespublic:
[ObsoleteAttribute(L"Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual SoInteractiveComplexityInteractiveModes GetInteractiveMode() sealed
[<ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetInteractiveMode : unit -> SoInteractiveComplexityInteractiveModes
[<ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override GetInteractiveMode : unit -> SoInteractiveComplexityInteractiveModes Return Value
Type:
SoInteractiveComplexityInteractiveModesImplements
SiRenderAreaInteractiveGetInteractiveMode
See Also