Click or drag to resize

ViewUserInterfaceTableAdd Method (UserInterfaceObjectBase, Guid)

[Missing <summary> documentation for "M:Rhino.DocObjects.Tables.ViewUserInterfaceTable.Add(Rhino.UI.UserInterfaceObjectBase,System.Guid)"]

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Add(
	UserInterfaceObjectBase item,
	Guid userInterfaceGroupId
)

Parameters

item
Type: Rhino.UIUserInterfaceObjectBase

[Missing <param name="item"/> documentation for "M:Rhino.DocObjects.Tables.ViewUserInterfaceTable.Add(Rhino.UI.UserInterfaceObjectBase,System.Guid)"]

userInterfaceGroupId
Type: SystemGuid

[Missing <param name="userInterfaceGroupId"/> documentation for "M:Rhino.DocObjects.Tables.ViewUserInterfaceTable.Add(Rhino.UI.UserInterfaceObjectBase,System.Guid)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.ViewUserInterfaceTable.Add(Rhino.UI.UserInterfaceObjectBase,System.Guid)"]

See Also