Represents a constituent part of a ServiceLayer or ServiceChildLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public sealed class ServiceChildLayer : MapItem, 
	IMapItemParent
Visual Basic (Declaration)
Public NotInheritable Class ServiceChildLayer _
	Inherits MapItem _
	Implements IMapItemParent

Remarks

A ServiceLayer enables data provided by a service to be added to the map and displayed by the ArcGIS Explorer application.

Services are often published with one or more layers of information. Each constituent layer is represented by a ServiceChildLayer object. The ServiceLayer.ChildItems property returns a collection of ServiceChildLayer objects.

Use the ServiceChildLayer class to change the visibility of a constituent layer within a map service, and access any further sub-layers in the service hierarchy using the ServiceChildLayer.ChildItems property.

You cannot programmatically create a new ServiceChildLayer, it can only exist as part of a ServiceLayer.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGISExplorer.Mapping..::.MapItem

    ESRI.ArcGISExplorer.Mapping..::.ServiceChildLayer

See Also