RealtimeDisplayModeRemoveRealtimeViewport Method |
Remove RealtimeDisplayMode instance from internal dictionary.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static void RemoveRealtimeViewport(
IntPtr realtimeViewport
)
Public Shared Sub RemoveRealtimeViewport (
realtimeViewport As IntPtr
)
Parameters
- realtimeViewport
- Type: SystemIntPtr
IntPtr to the RealtimeDisplayMode instance to remove.
Version InformationRhino for Windows
Supported in: 6.8
See Also