TableObjectsT Methods |
The TableObjectsT generic type exposes the following members.
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.
|