RhinoDocCommonTable(T) Class

RhinoDocCommonTableT Class

[Missing <summary> documentation for "T:Rhino.DocObjects.Tables.RhinoDocCommonTable`1"]

Inheritance Hierarchy
SystemObject
  Rhino.FileIOCommonComponentTableT
    Rhino.DocObjects.TablesRhinoDocCommonTableT
      More...

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class RhinoDocCommonTable<T> : CommonComponentTable<T>
where T : ModelComponent
Public MustInherit Class RhinoDocCommonTable(Of T As ModelComponent)
	Inherits CommonComponentTable(Of T)

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Rhino.DocObjects.Tables.RhinoDocCommonTable`1"]

The RhinoDocCommonTableT type exposes the following members.

Properties
  NameDescription
Public propertyComponentType
Returns the actual component type of a table.
(Inherited from CommonComponentTableT.)
Public propertyCount
Returns the count of all items, including deleted ones.
(Inherited from CommonComponentTableT.)
Public propertyDocument
Document that owns this table.
Top
Methods
  NameDescription
Public methodClear
Marks all items as deleted.
(Inherited from CommonComponentTableT.)
Public methodDelete
Deletes an item. Items that are deleted are still keeping their space, but the 'IsDeleted' flag is checked.
(Inherited from CommonComponentTableT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindId
Uses the guid to find a model component. Deleted objects cannot be found by id. The guid is the value that is stored in the .Id property. In a single document, no two active objects have the same guid. If an object is replaced with a new object, then the guid persists. For example, if the _Move command moves an object, then the moved object inherits its guid from the starting object. If the Copy command copies an object, then the copy gets a new guid. This guid persists through file saving/openning operations. This function will not find grip objects.
(Inherited from CommonComponentTableT.)
Public methodGetEnumerator
Returns the enumerator that yields all items.
(Inherited from CommonComponentTableT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also
Inheritance Hierarchy