![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
MoveToGroupLayer(Int32,GroupLayer) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Layer Class > MoveToGroupLayer Method : MoveToGroupLayer(Int32,GroupLayer) Method |
- index
- Position at which to insert the layer within the group layer collection.
- glayer
- GroupLayer to move the layer into.
Visual Basic (Declaration) | |
---|---|
Public Overloads Sub MoveToGroupLayer( _ ByVal index As Integer, _ ByVal glayer As GroupLayer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Layer Dim index As Integer Dim glayer As GroupLayer instance.MoveToGroupLayer(index, glayer) |
C# | |
---|---|
public void MoveToGroupLayer( int index, GroupLayer glayer ) |
Parameters
- index
- Position at which to insert the layer within the group layer collection.
- glayer
- GroupLayer to move the layer into.
Allows moving a layer into a group layer. Group layers are logical groupings that are used in the Table of Contents (TOC) Web control. Layers can be arranged in a tree-node hierarchy. Typically this is used when many layers are in the map, so that layers may be displayed or hidden more easily in the TOC, and also turned on or off as a group.
The ArcIMS server does not use layer groups. Group layers are only reflected in the TOC of the Web controls.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family