Class CadLayersList
- Namespace
- Aspose.CAD.FileFormats.Cad
- Assembly
- Aspose.CAD.dll
Layer tables list Since the name is not unique, we use List as a container
[ComVisible(false)]
public class CadLayersList : NonGenericList, IList, ICollection, IEnumerable, ICloneable
- Inheritance
-
CadLayersList
- Implements
- Inherited Members
Constructors
- CadLayersList()
Initializes a new instance of the CadLayersList class.
Fields
- layersByName
The layers by name.
Properties
- ApplicationCodesContainer
Gets or sets the application codes container.
- CadSymbolTableGroupCodes
Gets or sets the cad symbol table group codes.
Methods
- AddRange(CadLayerTable[])
Adds the range of the objects to container.
- Clone()
The clone.
- GetLayer(string)
Gets list of layers by name.
- GetLayersNames()
Gets the layers names.