ESRI.ArcGIS.E2API Feedback via the User Forum
GroupLayer Class
See Also  Members  
ESRI.ArcGIS.E2API Namespace : GroupLayer Class


A GroupLayer represents a layer comprised of multiple child layers defined by a LayerCollection. The GroupLayer enables this collection of layers to behave as a single layer.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class GroupLayer 
   Inherits Layer
Visual Basic (Usage)Copy Code
Dim instance As GroupLayer
C# 
public class GroupLayer : Layer 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.E2API.Layer
      ESRI.ArcGIS.E2API.GroupLayer

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This class was added to the E2API at version 1.0.0.348.

See Also