ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMemberCreationParams Class / MapMemberCreationParams Constructor / MapMemberCreationParams Constructor(Uri)
A System.Uri represents the path or url to a dataset or .lyrx or .lpkx file.

In This Topic
    MapMemberCreationParams Constructor(Uri)
    In This Topic
    Creates a parameter object with System.Uri.
    Syntax
    protected MapMemberCreationParams( 
       Uri uri
    )
    Protected Function New( _
       ByVal uri As Uri _
    )

    Parameters

    uri
    A System.Uri represents the path or url to a dataset or .lyrx or .lpkx file.
    Remarks

    Some sample paths to:

    A Table in a FileGeodatabase C:\Data\MyFileGDB.gdb\CensusTable
    A Table from a SDE C:\Connections\MySDEConnection.sde\RoadsTable
    A .lyrx or .lpkx file \\Machine\SharedFolder\Fires.lyrx

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also