IReadOnlyList<Layer> CreateLayers( IEnumerable<Uri> dataUris, ILayerContainerEdit container, int index )
Overloads Function CreateLayers( _ ByVal dataUris As IEnumerable(Of Uri), _ ByVal container As ILayerContainerEdit, _ Optional ByVal index As Integer _ ) As IReadOnlyList(Of Layer)
Parameters
- dataUris
- The set of URIs that represent the path to a set of datasets.
- container
- A map or group layer where the Layers will be added.
- index
- The position of the first Layer in the map or group layer. 0 represents the top most position.
Return Value
A Readonly list of Layer.