ArcObjects Library Reference (Carto)  

WMSGroupLayer Class

A container for the display of WMS group layers.

WMSGroupLayer is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Interfaces

Interfaces Description
ICompositeLayer Provides access to members that work with a collection of layers that behaves like a single layer.
ICompositeLayer2 Provides access to members that control whether a layer is expanded in the TOC.
IConnectionPointContainer Supports connection points for connectable objects.
IGeoDataset (esriGeoDatabase) Provides access to members that provide information about a Geographic Dataset.
IIdentify Provides access to members that identify features.
IIdentify2 Provides access to members that set the current scale of the display.
IIdentifyGroup Indicator interface identifying a layer as a top-level group for identify.
ILayer Provides access to members that work with all layers.
ILayer2 Provides access to additional members that work with all layers.
ILayerDrawingProperties Provides access to members that control layer drawing properties.
ILayerGeneralProperties Provides access to layer general properties.
ILayerPosition Provides access to members that control a layer's default position in the map interface.
IPersist Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile.
IPersistStream (esriSystem)
IPublishLayer Provides access to a layer's capability for being published with the ArcGIS Publisher extension.
IWMSGroupLayer Provides access to members that control the WMS group layer.

Event Interfaces

Interfaces Description
ILayerEvents (default) Provides access to events that occur when layer visibility changes.

Working with Events

[Visual Basic 6.0]

When working with WMSGroupLayer's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pWMSGroupLayer as WMSGroupLayer