ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerCreationParams Class / CreateLayerImpl Method

In This Topic
    CreateLayerImpl Method
    In This Topic
    Syntax
    protected Layer CreateLayerImpl( 
       ILayerContainerEdit mapOrGroupLayer,
       int layerIndex
    )
    Protected Function CreateLayerImpl( _
       ByVal mapOrGroupLayer As ILayerContainerEdit, _
       ByVal layerIndex As Integer _
    ) As Layer

    Parameters

    mapOrGroupLayer
    layerIndex
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also