Click or drag to resize

GetBaseClassSetOptionVaries Method

Sets a command line option value to print "Varies" instead of the regular value.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetOptionVaries(
	int optionIndex,
	bool varies
)

Parameters

optionIndex
Type: SystemInt32
The option index.
varies
Type: SystemBoolean
True to print "Varies", false to print the option's current value.
See Also