TableObject Class |
Namespace: DXFReaderNET.Tables
The TableObject type exposes the following members.
Name | Description | |
---|---|---|
CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
IsReserved |
Gets if the table object is reserved and cannot be deleted.
| |
Name |
Gets the name of the table object.
| |
Owner |
Gets the owner of the actual dxf object.
(Inherited from DxfObject.) |
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.) |