Skip to content

ACadSharp.Objects.CadDictionary

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

CadDictionary Class

Represents a object.

Properties

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

Methods

Name Summary
Add Add a to the collection, this method triggers
Add Add a to the collection, this method triggers
TryAdd Tries to add the entry if the key doesn't exits.
TryAdd Tries to add the entry using the name as key.
Remove Removes a from the collection, this method triggers
GetEntry Gets the value associated with the specific key
TryGetEntry Gets the value associated with the specific key
GetEnumerator
Clone this wiki locally