SoVolumeRenderingGetDelayedRendering Method |
Note: This API is now obsolete.
Returns the delayedRendering flag.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static bool GetDelayedRendering()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function GetDelayedRendering As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static bool GetDelayedRendering()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member GetDelayedRendering : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
No longer used.
See Also