GroupLayer CreateGroupLayer( ILayerContainerEdit container, int index, string layerName )
Function CreateGroupLayer( _ ByVal container As ILayerContainerEdit, _ ByVal index As Integer, _ Optional ByVal layerName As String _ ) As GroupLayer
Parameters
- container
- A layer container i.e. a map or another group layer where the group layer will belong to.
- index
- A 0-based index represents the position of the group layer within the container. 0 means it will added to the very top as the first layer in the container.
- layerName
- Name of the group layer