LayerFilterCollection Class

This class represents a collection of LayerFilter instances.
Inheritance Hierarchy
SystemObject
  Teigha.LayerManagerLayerFilterCollection

Namespace: Teigha.LayerManager
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class LayerFilterCollection : ICollection

The LayerFilterCollection type exposes the following members.

Properties
  Name Description
Public property Count Represents the number of elements that this collection currently stores.
Public property Item Property that represents a LayerFilter object at the specified index.
Top
Methods
  Name Description
Public method Add Adds a LayerFilter object to the collection.
Public method Clear Clears this collection of LayerFilter objects.
Public method Contains Checks whether this collection contains LayerFilter that matches the specified LayerFilter.
Public method CopyTo Copies this collection to a specified array at the specified index.
Public method Equals
(Inherited from Object)
Public method GetEnumerator Gets the enumerator for this collection.
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Public method Remove Removes a LayerFilter that matches the specified LayerFilter.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.