ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BulkMapMemberCreationParams Class / BulkMapMemberCreationParams Constructor / BulkMapMemberCreationParams Constructor(IEnumerable<Uri>)
A ArcGIS.Desktop.Core.Item object.

In This Topic
    BulkMapMemberCreationParams Constructor(IEnumerable<Uri>)
    In This Topic
    Creates a parameter object with an enumeration of uris.
    Syntax
    protected BulkMapMemberCreationParams( 
       IEnumerable<Uri> uris
    )
    Protected Function New( _
       ByVal uris As IEnumerable(Of Uri) _
    )

    Parameters

    uris
    A ArcGIS.Desktop.Core.Item object.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also