ArcGIS Pro 2.9 API Reference Guide
LayerCreationParams Constructor(Uri)

ArcGIS.Desktop.Mapping Namespace > LayerCreationParams Class > LayerCreationParams Constructor : LayerCreationParams Constructor(Uri)
A System.Uri represents the path or url to a dataset or .lyrx or .lpkx file.
Creates a parameter object with System.Uri.
Syntax
public LayerCreationParams( 
   Uri uri
)
Public 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 FeatureClass in a FileGeodatabase C:\Data\MyFileGDB.gdb\Census
A shape file in a folder \\Machine\SharedFolder\MySpatialData.dbf
A RasterDataset in a FileGeodatabase C:\Data\MyFileGDB.gdb\DEM
A FeatureClass from a SDE C:\Connections\MySDEConnection.sde\Roads
An image file in a folder \\Machine\SharedFolder\Imagery.tif
A .lyrx or .lpkx file \\Machine\SharedFolder\Fires.lyrx
A map service layer http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer
A feature layer off a map or feature service http://sampleserver6.arcgisonline.com/arcgis/rest/services/NapervilleShelters/FeatureServer/0

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayerCreationParams Class
LayerCreationParams Members
Overload List