ESRI.ArcGIS.ADF.IMS
Layer Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : Layer Class




Layer is a class that represents a layer in an ArcIMS service.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class Layer 
Visual Basic (Usage)Copy Code
Dim instance As Layer
C# 
[SerializableAttribute()]
public class Layer 

Example

This is the basis for the specific layer types: FeatureLayer , ImageLayer , and AcetateLayer . Feature layers are for layers based on vector data stored in locations such as shapefiles and ArcSDE feature layers. Image layers represent raster data on the map, from sources such as image files and ArcSDE raster layers. Acetate layers add graphics on top of the map. These graphics are not based on any underlying map data, but depict relatively simple objects such as a scalebar, some simple lines added to the map, or explanatory text.

Layers are normally members of the LayerCollection of a MapView or DataFrame . Layers can be added, moved and deleted from a LayerCollection.

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.