Represents a layer group. That is, a layer that contains a collection of other layers.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.LayersLayer
Spotfire.Dxp.Application.Visuals.LayersLayerGroup
Namespace: Spotfire.Dxp.Application.Visuals.Layers
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(68, 0)] public sealed class LayerGroup : Layer
The LayerGroup type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DisplayName |
Gets the display name.
(Inherited from Layer.) | |
| Enabled |
Gets or sets a value indicating whether this layer is enabled.
(Inherited from Layer.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Layers |
Gets the collection of layers in this group.
| |
| Name |
Gets or sets the name of this Layer instance. If set to a non-empty string,
this name is used as the DisplayName of this instance.
(Inherited from Layer.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| MoveTo |
Moves this instance to the specified targetCollection. This Layer
is removed from the LayerCollection where is currently resides and placed last
in the targetCollection.
(Inherited from Layer.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.7, 14.6
See Also