ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerCreationParams Class / CreateFromDataConnection Method

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

    Parameters

    mapOrGroupLayer
    index
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also