TableObjectsT Class |
Namespace: DXFReaderNET.Collections
public abstract class TableObjects<T> : DxfObject, IEnumerable<T>, IEnumerable where T : TableObject
The TableObjectsT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) |
![]() | Count |
Gets the number of table objects.
|
![]() | Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) |
![]() | Item |
Gets a table object from the list by name.
|
![]() | Items |
Gets the table object list.
|
![]() | MaxCapacity |
Gets the maximum number of objects the collection can hold.
|
![]() | Names |
Gets the ObjectTable names.
|
![]() | Owner |
Gets the owner of the actual dxf object.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a table object to the list.
|
![]() | Clear |
Removes all table objects that are not reserved and have no references.
|
![]() | Contains(String) |
Checks if a table object already exists in the list.
|
![]() | Contains(T) |
Checks if a table object already exists in the list.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the table object collection.
|
![]() | GetReferences(String) |
Gets the dxf objects referenced by a table.
|
![]() | GetReferences(T) |
Gets the dxf objects referenced by a T.
|
![]() | Remove(String) |
Removes a table object.
|
![]() | Remove(T) |
Removes a table object.
|
![]() | ToString |
Obtains a string that represents the dxf object.
(Inherited from DxfObject.) |
![]() | TryGetValue |
Gets the table object associated with the specified name.
|