![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Add Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > LayerCollection Class : Add Method |
- layer
- Layer to be added.
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As LayerCollection Dim layer As Layer instance.Add(layer) |
Parameters
- layer
- Layer to be added.
Many examples in the Library Reference use the Add method, including AcetateLayer and SimpleMarkerSymbol
This method adds the layer to the layer collection at the top position, so that it will draw on top of other layers. If you wish to have the layer draw below existing layers, you may use Insert to add the layer at a specific location in the collection, or use MoveTo to relocate the layer.
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