Click or drag to resize

VisualAnalysisModeEnableUserInterface Method

Turns the analysis mode's user interface on and off. For Rhino's built in modes this opens or closes the modeless dialog that controls the analysis mode's display settings.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual void EnableUserInterface(
	bool on
)

Parameters

on
Type: SystemBoolean
true if the interface should be shown; false if it should be concealed.
See Also