-
-
Notifications
You must be signed in to change notification settings - Fork 122
ACadSharp.XData.ExtendedDataDictionary
Albert Domenech edited this page Dec 30, 2024
·
1 revision
Namespace: ACadSharp.XData
C#
public class ExtendedDataDictionary
Returns | Name | Summary |
---|---|---|
IEnumerable<KeyValuePair<AppId, ExtendedData>> |
Entries | |
CadObject |
Owner |
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. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions