ArcGIS Pro 2.9 API Reference Guide
StandaloneTableCreationParams Constructor(Uri)

ArcGIS.Desktop.Mapping Namespace > StandaloneTableCreationParams Class > StandaloneTableCreationParams Constructor : StandaloneTableCreationParams 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 StandaloneTableCreationParams( 
   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 Table in a FileGeodatabase C:\Data\MyFileGDB.gdb\Census
A Table from a SDE C:\Connections\MySDEConnection.sde\Roads
A .lyrx or .lpkx file \\Machine\SharedFolder\Fires.lyrx

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

StandaloneTableCreationParams Class
StandaloneTableCreationParams Members
Overload List