Click or drag to resize

DictionaryCloningFlags Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Duplicate record cloning flag (determines how to merge duplicate entries).

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum DictionaryCloningFlags
Request Example View Source
Members
  Member nameValueDescription
NotApplicable0 Not applicable.
KeepExisting1 Keep existing.
UseClone2 Use clone.
XrefName3 External reference name.
Name4 Name.
UnmangleName5 Unmangle name.
See Also