Click or drag to resize

GumballDisplayConduitSetBaseGumball Method (GumballObject, GumballAppearanceSettings)

Contents of the gumball are copied to the base gumball of this class.

Namespace:  Rhino.UI.Gumball
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetBaseGumball(
	GumballObject gumball,
	GumballAppearanceSettings appearanceSettings
)

Parameters

gumball
Type: Rhino.UI.GumballGumballObject
The gumball source.
appearanceSettings
Type: Rhino.UI.GumballGumballAppearanceSettings
The gumball appearance and behavior settings. Argument can be null.
See Also