RhinoView.Close Method

RhinoViewClose Method

Remove this View from Rhino. DO NOT attempt to use this instance of this class after calling Close.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Close()
Public Function Close As Boolean

Return Value

Type: Boolean
true on success
See Also