<< Click to Display Table of Contents >> NShape Reference
|
Manages a collection of diagram layers.
public interface ILayerCollection : ICollection<Layer> |
Manages a collection of diagram layers.
Name |
Description |
---|---|
Item |
Indexed access via name or LayerIds. |
Count |
Returns the number of elements in the collection. |
IsReadOnly |
Returns false. |
Name |
Description |
---|---|
Add |
Adds a layer to the collection. Inherited from ICollection<Layer>. |
Clear |
Removes all layers. Inherited from ICollection<Layer>. |
Contains |
Returns true if the collection contains the given layer. Inherited from ICollection<Layer>. |
CopyTo |
Copies all elements of the collection to the given array. Inherited from ICollection<Layer>. |
Finds a layer given its name. |
|
GetEnumerator |
Returns an enumerator that iterates through the collection. Inherited from ICollection<Layer>. |
Returns a layer given its id. |
|
Returns all layers given their id's. |
|
Remove |
Removes a layer from the collection. Inherited from ICollection<Layer>. |
Renames a layer. |
Namespace: Dataweb.NShape
Assembly: Dataweb.NShape.dll