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




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

Object Model

Layer Class

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.

Requirements

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

See Also

© 2011 All Rights Reserved.