Namespace Dxflib.AcadEntities
Classes
EntityCollection
A class that inherits from System.Collections.Generic.IDictionary<TKey, TValue> where TKey is a string and TValue is an entity. This collection is used to store Entity objects by their Handle
Layer
The Layer Class is an modified wrapper for the System.Collections.Generic.Dictionary`2 class. The layer class has a dictionary backing field with custom functionality.
LayerDictionary
A class that holds layers using a dictionary structure with the layer names being used as the keys.
LayerDictionaryException
Layer Exception class, this class handle all layer exceptions
LayerException
Layer Exception Class