Click or drag to resize

TableObjectsT Class

Represents a list of table objects
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.CollectionsTableObjectsT
      More...

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public abstract class TableObjects<T> : DxfObject, 
	IEnumerable<T>, IEnumerable
where T : TableObject

Type Parameters

T
TableObject.

The TableObjectsT type exposes the following members.

Properties
  NameDescription
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyCount
Gets the number of table objects.
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyItem
Gets a table object from the list by name.
Public propertyItems
Gets the table object list.
Public propertyMaxCapacity
Gets the maximum number of objects the collection can hold.
Public propertyNames
Gets the ObjectTable names.
Public propertyOwner
Gets the owner of the actual dxf object.
Top
Methods
  NameDescription
Public methodAdd
Adds a table object to the list.
Public methodClear
Removes all table objects that are not reserved and have no references.
Public methodContains(String)
Checks if a table object already exists in the list.
Public methodContains(T)
Checks if a table object already exists in the list.
Public methodGetEnumerator
Returns an enumerator that iterates through the table object collection.
Public methodGetReferences(String)
Gets the dxf objects referenced by a table.
Public methodGetReferences(T)
Gets the dxf objects referenced by a T.
Public methodRemove(String)
Removes a table object.
Public methodRemove(T)
Removes a table object.
Public methodToString
Obtains a string that represents the dxf object.
(Inherited from DxfObject.)
Public methodTryGetValue
Gets the table object associated with the specified name.
Top
See Also
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.CollectionsTableObjectsT
      DXFReaderNET.CollectionsApplicationRegistries
      DXFReaderNET.CollectionsBlockRecords
      DXFReaderNET.CollectionsClasses
      DXFReaderNET.CollectionsDimensionStyles
      DXFReaderNET.CollectionsGroups
      DXFReaderNET.CollectionsImageDefinitions
      DXFReaderNET.CollectionsLayers
      DXFReaderNET.CollectionsLayouts
      DXFReaderNET.CollectionsLinetypes
      DXFReaderNET.CollectionsMLineStyles
      DXFReaderNET.CollectionsTextStyles
      DXFReaderNET.CollectionsUCSs
      DXFReaderNET.CollectionsUnderlayDgnDefinitions
      DXFReaderNET.CollectionsUnderlayDwfDefinitions
      DXFReaderNET.CollectionsUnderlayPdfDefinitions
      DXFReaderNET.CollectionsViews
      DXFReaderNET.CollectionsVPorts