The ModLayerCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddLayer |
Adds a layer of the specified type layerType to the visualization.
| |
| Clear |
Removes all layers.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Move(Int32, Int32) |
Move the layer from index fromIndex to index toIndex.
| |
| Move(ModLayer, Int32) |
Move the specified layer to index toIndex.
| |
| Remove |
Removes the specified layer.
| |
| RemoveAll |
Removes all the layers that match the specified predicate.
| |
| RemoveAt |
Removes the layer at the specified index.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetLayer |
Tries to get the layer with the specified id.
|
Explicit Interface Implementations
See Also