LayerCollection Class

This class represents a collection of object identifiers of layers.
Inheritance Hierarchy
SystemObject
  Teigha.LayerManagerLayerCollection

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

The LayerCollection 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 an ObjectId of a layer at the specified index.
Top
Methods
  Name Description
Public method Add Adds an object identifier of a layer to the collection.
Public method Clear Clears this collection of layer object identifiers.
Public method Contains Checks whether this collection contains ObjectId of a layer that matches the specified ObjectId of a layer.
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 an ObjectId of a layer that matches the specified ObjectId.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.