Class CadDictionaryBase
Contents
[
Hide
]CadDictionaryBase class
Class describing DICTIONARY base object.
public abstract class CadDictionaryBase : CadBaseObject
Constructors
| Name | Description |
|---|---|
| CadDictionaryBase() | Initializes a new instance of the CadDictionaryBase class. |
Properties
| Name | Description |
|---|---|
| ApplicationCodesContainer { get; set; } | Gets or sets the application defined codes container. |
| Attribute102Values { get; set; } | Gets or sets the attribute102 values. |
| Attributes { get; set; } | Gets or sets the attributes. |
| ChildObjects { get; set; } | Gets or sets the child objects. |
| CloningFlag { get; set; } | Gets or sets cloning flag. |
| EmbeddedObjectsContainer { get; set; } | Gets or sets the embedded objects container. |
| EntryNames { get; set; } | Gets or sets names of entries. |
| EntrySoftOwners { get; set; } | Gets or sets the entry soft owners. |
| HardOwner { get; set; } | Gets or sets the hard owner. |
| HardOwnerFlag { get; set; } | Gets or sets hard owner flag. |
| IsSoftOwnerSet { get; } | Gets a value indicating whether soft owner is set. |
| Item { get; } | Gets or sets the entry soft owner by key. |
| Numreactors { get; set; } | The Numreactors |
| ObjectHandle { get; set; } | Gets or sets the object handle. |
| Reactors { get; set; } | Get or sets the reactors handle |
| SoftOwner { get; set; } | Gets or sets the soft owner. |
| TypeName { get; } | Gets the name of the type. |
| XdataContainer { get; set; } | Gets or sets the xdata container. |
Methods
| Name | Description |
|---|---|
| GetUID() | Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer |
| RemoveByValue(string) | Removes the entry soft owner and entry name by value. |
| SetUID(string) | Sets |
| TryGetValue(string, out string) | Gets the entry soft owner by key. |
| TryGetValue(string, out CadEntityAttribute, out string) | Gets the entry soft owner by key. |
See Also
- class CadBaseObject
- namespace Aspose.CAD.FileFormats.Cad.CadObjects.Dictionary
- assembly Aspose.CAD