Click or drag to resize

SortentsTableObject Class

Represents a sortentable object definition.
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.ObjectsSortentsTableObject

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public class SortentsTableObject : DxfObject

The SortentsTableObject type exposes the following members.

Properties
  NameDescription
Public propertyCloning
Gets or sets the dictionary object cloning flags.
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyEntries
Gets the entries dictionary (key: owner entry handle, value: name)
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyIsHardOwner
Gets or sets if the dictionary object is hard owner.
Public propertyOwner
Gets the owner of the actual dxf object.
(Inherited from DxfObject.)
Top
Methods
  NameDescription
Public methodToString
Obtains a string that represents the dxf object.
(Inherited from DxfObject.)
Top
See Also