Skip to content

ACadSharp.XData.ExtendedDataDictionary

Albert Domenech edited this page Dec 30, 2024 · 1 revision

ExtendedDataDictionary Class

Definition

Namespace: ACadSharp.XData

C#

public class ExtendedDataDictionary

Properties

Returns Name Summary
IEnumerable<KeyValuePair<AppId, ExtendedData>> Entries
CadObject Owner

Methods

Returns Name Summary
Void Add(ACadSharp.Tables.AppId, System.Collections.Generic.IEnumerable{ACadSharp.XData.ExtendedDataRecord}) Add ExtendedData for a specific AppId to the Dictionary.
Void Add(ACadSharp.Tables.AppId)
Void Clear Clear all Dictionary entries.
Boolean ContainsKey(ACadSharp.Tables.AppId) Check whether a AppId is given in the Dictionary.
ExtendedData Get(ACadSharp.Tables.AppId) Get ExtendedData for a specific AppId from the Dictionary.
Boolean TryGet(ACadSharp.Tables.AppId, ACadSharp.XData.ExtendedData@) Try to get ExtendedData for a specific AppId from the Dictionary.
Clone this wiki locally