ESRI.ArcGIS.ADF.IMS | |
Add Method | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > LayerCollection Class : Add Method |
- layer
- Layer to be added.
Visual Basic (Usage) | Copy Code |
---|---|
|
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.