TableObject Methods |
The TableObject type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a new table object that is a copy of the current instance.
| |
| Clone(String) |
Creates a new table object that is a copy of the current instance.
| |
| CompareTo(Object) |
Compares the current TableObject with another TableObject of the same type.
| |
| CompareTo(TableObject) |
Compares the current TableObject with another TableObject of the same type.
| |
| Equals(Object) |
Check if two TableObject are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(TableObject) |
Check if two TableObject are equal.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| IsValidName |
Checks if a string is valid as a table object name.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.) |