Click or drag to resize

DictionaryCloningFlags Enumeration

Duplicate record cloning flag (determines how to merge duplicate entries).

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum DictionaryCloningFlags
Members
  Member nameValueDescription
NotApplicable0 Not applicable.
KeepExisting1 Keep existing.
UseClone2 Use clone.
XrefName3 External reference name.
Name4 Name.
UnmangleName5 Unmangle name.
See Also