SoRenderAreaCoreGetInteractiveMode Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual SoInteractiveComplexityInteractiveModes GetInteractiveMode()
<ObsoleteAttribute("Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overridable Function GetInteractiveMode As SoInteractiveComplexityInteractiveModes
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 101000. Use SoInteractiveComplexity node instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual SoInteractiveComplexityInteractiveModes GetInteractiveMode()
[<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
SiRenderAreaInteractiveGetInteractiveModeRemarks See Also