Skip to content

ACadSharp.Objects.Collections.ObjectDictionaryCollection_T_

Albert Domenech edited this page Aug 28, 2025 · 7 revisions

ObjectDictionaryCollection Class

Object collection linked to a dictionary.

Definition

Namespace: ACadSharp.Objects.Collections

C#

DefaultMemberAttribute
public abstractclass ObjectDictionaryCollection<T>

Properties

Returns Name Summary
UInt64 Handle Unique handle for this object

Methods

Returns Name Summary
Void Add(T) Add an entry to the collection
Void Clear Removes all keys and values from the .
Boolean ContainsKey(System.String) Determines whether the contains the specified key.
IEnumerator<T> GetEnumerator
Boolean Remove(System.String, T@) Remove an entry from the collection.
Boolean Remove(System.String) Remove an entry from the collection.
T TryAdd(T)
Boolean TryGetValue(System.String, T@) Gets the value associated with the specific key
Clone this wiki locally