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
Syntaxpublic void SetBaseGumball(
	GumballObject gumball,
	GumballAppearanceSettings appearanceSettings
)
Public Sub SetBaseGumball ( 
	gumball As GumballObject,
	appearanceSettings As GumballAppearanceSettings
)
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