List<string> OnAddToMap( Map map, ILayerContainerEdit groupLayer, int index )
Overloads Function OnAddToMap( _ ByVal map As Map, _ ByVal groupLayer As ILayerContainerEdit, _ ByVal index As Integer _ ) As List(Of String)
Parameters
- map
- The map to which the item will be added.
- groupLayer
- A group layer to which the item will be added. If the group layer is null, then the item will be added directly to the map.
- index
- The position within the map or group layer. 0 represents the top most position.
Return Value
The set of Uris for any data created.