Table of Contents

Class DwfLayersList

Namespace
Aspose.CAD.FileFormats.Dwf
Assembly
Aspose.CAD.dll

Layer tables list

[ComVisible(false)]
public sealed class DwfLayersList : ICollection<DwfWhipLayer>, IEnumerable<DwfWhipLayer>, IEnumerable
Inheritance
DwfLayersList
Implements
Inherited Members

Properties

Count

Gets the number of elements contained in the DwfLayersList.

IsReadOnly

Gets a value indicating whether the DwfLayersList is read-only.

Methods

Add(DwfWhipLayer)

Adds an item to the DwfLayersList

Clear()

Removes all items from the DwfLayersList

Contains(DwfWhipLayer)

Determines whether the DwfLayersList contains a specific value.

CopyTo(DwfWhipLayer[], int)

Copies the elements of DwfLayersList to an System.Array, starting at a particular System.Array index.

GetEnumerator()

Enumeration of layers.

GetLayerByName(string)

Gets first layer by name.

GetLayersByName(string)

Gets layer by name.

GetLayersByNames(string[])

Gets layers by names.

GetLayersNames()

Gets the layers names.

Remove(DwfWhipLayer)

Removes the first occurrence of a specific object from the DwfLayersList.