Click or drag to resize

DictionaryObjectEntries Property

Gets the entries dictionary (key: owner entry handle, value: name)

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Dictionary<string, string> Entries { get; }

Property Value

Type: DictionaryString, String
See Also