Click or drag to resize

ViewUserInterfaceTable Class

[Missing <summary> documentation for "T:Rhino.DocObjects.Tables.ViewUserInterfaceTable"]

Inheritance Hierarchy
SystemObject
  Rhino.DocObjects.TablesViewUserInterfaceTable

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class ViewUserInterfaceTable

The ViewUserInterfaceTable type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Document that owns this object table.
Top
Methods
  NameDescription
Public methodAdd(UserInterfaceObjectBase)
Public methodAdd(UserInterfaceObjectBase, Guid)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindT
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(IEnumerableUserInterfaceObjectBase)
Public methodRemove(UserInterfaceObjectBase)
Public methodRemoveByGroupId
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also