Layer is a class that represents a layer in an ArcIMS service.
Object Model
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As 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