This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
13b7505e af0e 2d4c 1ddc 817bba056870
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator | Returns an enumerator that iterates through the table object collection. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetReferences(String) | Gets the dxf objects referenced by a T. |
GetReferences(T) | Gets the dxf objects referenced by a T. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
HasReferences(String) | Checks if the specified TableObject has been referenced by other DxfObjects. |
HasReferences(T) | Checks if the specified TableObject has been referenced by other DxfObjects. |
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. |