Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

df17e09b f76d 3ede bbab 27c15cd2e956

haplokuon edited this page May 6, 2023 · 1 revision

TableObject Methods

netDxf 3.0.0 Library

Methods

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 Object.Equals(Object))
Equals(TableObject) Check if two TableObject are equal.
GetHashCode Returns the hash code for this instance.
(Overrides Object.GetHashCode())
GetReferences Gets the list of DxfObjects referenced by this instance.
GetType Gets the Type of the current instance.
(Inherited from Object)
HasReferences Checks if this instance has been referenced by other DxfObjects.
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 DxfObject.ToString())

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally