public Layer CreateLayer( Item item, ILayerContainerEdit mapOrGroupLayer, LayerPosition position, string layerName )
Public Overloads Function CreateLayer( _ ByVal item As Item, _ ByVal mapOrGroupLayer As ILayerContainerEdit, _ Optional ByVal position As LayerPosition, _ Optional ByVal layerName As String _ ) As Layer
Parameters
- item
- An ArcGIS.Desktop.Core.Item
- mapOrGroupLayer
- A map or group layer instance to which the Layer will be added
- position
- LayerPosition specifies whether the layer should be auto positioned or be on the top or at the bottom
- layerName
- (optional) It not provided, the default display name gets used e.g. the dataset name or alias. (default value = "")