RealtimeDisplayMode.RemoveRealtimeViewport Method

RealtimeDisplayModeRemoveRealtimeViewport Method

Remove RealtimeDisplayMode instance from internal dictionary.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void RemoveRealtimeViewport(
	IntPtr realtimeViewport
)
Public Shared Sub RemoveRealtimeViewport ( 
	realtimeViewport As IntPtr
)

Parameters

realtimeViewport
Type: SystemIntPtr
IntPtr to the RealtimeDisplayMode instance to remove.
Version Information

Rhino for Windows

Supported in: 6.14
See Also