-
-
Notifications
You must be signed in to change notification settings - Fork 164
ACadSharp.Objects.CadDictionary
Albert Domenech edited this page Jul 9, 2024
·
10 revisions
Represents a object.
| 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 |
| 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 |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Extensions
- 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