Skip to content

ACadSharp.Objects.CadDictionary

Albert Domenech edited this page Jul 14, 2024 · 10 revisions

CadDictionary Class

Represents a object.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Objects

C#

public class CadDictionary

Properties

Returns Name Summary
DictionaryCloningFlags ClonningFlags Duplicate record cloning flag (determines how to merge duplicate entries)
UInt64[] EntryHandles Soft-owner ID/handle to entry object
String[] EntryNames Entry names
Boolean HardOwnerFlag indicates that elements of the dictionary are to be treated as hard-owned.
CadObject Item
String ObjectName
ObjectType ObjectType
String SubclassMarker

Methods

Returns Name Summary
Void Add(ACadSharp.Objects.NonGraphicalObject) Add a to the collection, this method triggers
Void Add(System.String, ACadSharp.Objects.NonGraphicalObject) Add a to the collection, this method triggers
T GetEntry<T>(System.String) Gets the value associated with the specific key
IEnumerator1` GetEnumerator
Boolean Remove(System.String, ACadSharp.Objects.NonGraphicalObject@) Removes a from the collection, this method triggers
Boolean TryAdd(ACadSharp.Objects.NonGraphicalObject) Tries to add the entry using the name as key.
Boolean TryAdd(System.String, ACadSharp.Objects.NonGraphicalObject) Tries to add the entry if the key doesn't exits.
Boolean TryGetEntry<T>(System.String, T@) Gets the value associated with the specific key
Clone this wiki locally