Skip to content

ACadSharp.XData.ExtendedDataDictionary

Albert Domenech edited this page Jan 20, 2025 · 4 revisions

ExtendedDataDictionary Class

Definition

Namespace: ACadSharp.XData

C#

public class ExtendedDataDictionary

Properties

Returns Name Summary
CadObject Owner

Methods

Returns Name Summary
Void Add(ACadSharp.Tables.AppId, ACadSharp.XData.ExtendedData)
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.
Boolean ContainsKeyName(System.String)
ExtendedData Get(ACadSharp.Tables.AppId) Get ExtendedData for a specific AppId from the Dictionary.
ExtendedData Get(System.String)
IEnumerator<KeyValuePair<AppId, ExtendedData>> GetEnumerator
IDictionary<String, ExtendedData> GetExtendedDataByName Get the different extended data by it's name.
Boolean TryGet(ACadSharp.Tables.AppId, ACadSharp.XData.ExtendedData@) Try to get ExtendedData for a specific AppId from the Dictionary.
Boolean TryGet(System.String, ACadSharp.XData.ExtendedData@)

Clone this wiki locally