Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

6cd7ee95 a14d fea0 657a 2b76d23d286d

haplokuon edited this page May 6, 2023 · 1 revision

DictionaryCloningFlags Enumeration

netDxf 3.0.0 Library

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

Definition

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

Members

NotApplicable 0 Not applicable.
KeepExisting 1 Keep existing.
UseClone 2 Use clone.
XrefName 3 External reference name.
Name 4 Name.
UnmangleName 5 Unmangle name.

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally