Click or drag to resize

TableObject Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines classes that can be accessed by name. They are usually part of the dxf table section but can also be part of the objects section.
Inheritance Hierarchy
SystemObject
  netDxfDxfObject
    netDxf.TablesTableObject
      More...

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public abstract class TableObject : DxfObject, 
	ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>
Request Example View Source

The TableObject type exposes the following members.

Constructors
  NameDescription
Protected methodTableObject
Initializes a new instance of the TableObject class.
Top
Properties
  NameDescription
Public propertyCodeName
Gets the DXF object name.
(Inherited from DxfObject.)
Public propertyHandle
Gets the handle assigned to the DXF object.
(Inherited from DxfObject.)
Public propertyStatic memberInvalidCharacters
Gets the array of characters not supported as table object names.
Public propertyIsReserved
Gets if the table object is reserved and cannot be deleted.
Public propertyName
Gets the name of the table object.
Public propertyOwner
Gets the owner of the actual DxfObject.
(Inherited from DxfObject.)
Top
Methods
  NameDescription
Public methodClone
Creates a new table object that is a copy of the current instance.
Public methodClone(String)
Creates a new table object that is a copy of the current instance.
Public methodCompareTo(Object)
Compares the current TableObject with another TableObject of the same type.
Public methodCompareTo(TableObject)
Compares the current TableObject with another TableObject of the same type.
Public methodEquals(Object)
Check if two TableObject are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(TableObject)
Check if two TableObject are equal.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsValidName
Checks if a string is valid as a table object name.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnNameChangedEvent
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.)
Top
Events
  NameDescription
Public eventNameChanged
Top
See Also
Inheritance Hierarchy
SystemObject
  netDxfDxfObject
    netDxf.TablesTableObject
      netDxf.BlocksBlock
      netDxf.ObjectsGroup
      netDxf.ObjectsImageDefinition
      netDxf.ObjectsLayout
      netDxf.ObjectsMLineStyle
      netDxf.ObjectsUnderlayDefinition
      netDxf.TablesApplicationRegistry
      netDxf.TablesDimensionStyle
      netDxf.TablesLayer
      netDxf.TablesLinetype
      netDxf.TablesShapeStyle
      netDxf.TablesTextStyle
      netDxf.TablesUCS
      netDxf.TablesView
      netDxf.TablesVPort