Click or drag to resize

DictionaryObject Class

Represents a dictionary object definition.
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.ObjectsDictionaryObject

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class DictionaryObject : DxfObject

The DictionaryObject 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