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

In This Topic
    GraphicsLayerCreationParams Constructor(Uri)
    In This Topic
    Creates a parameter object with System.Uri.
    Syntax
    public GraphicsLayerCreationParams( 
       Uri uri
    )
    Public Function New( _
       ByVal uri As Uri _
    )

    Parameters

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

    Some sample paths to:

    A .lyrx or .lpkx file \\Machine\SharedFolder\GraphicsLayer.lyrx

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also