This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
6cd7ee95 a14d fea0 657a 2b76d23d286d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Duplicate record cloning flag (determines how to merge duplicate entries).
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DictionaryCloningFlags
VB
Public Enumeration DictionaryCloningFlags
C++
public enum class DictionaryCloningFlags
F#
type DictionaryCloningFlags
NotApplicable | 0 | Not applicable. |
KeepExisting | 1 | Keep existing. |
UseClone | 2 | Use clone. |
XrefName | 3 | External reference name. |
Name | 4 | Name. |
UnmangleName | 5 | Unmangle name. |