ArcGIS Pro 2.9 API Reference Guide
FileGeodatabaseConnectionPath Constructor

ArcGIS.Core.Data Namespace > FileGeodatabaseConnectionPath Class : FileGeodatabaseConnectionPath Constructor
A valid path to a file geodatabase folder that ends with the .gdb extension.
Initializes a new instance of the FileGeodatabaseConnectionPath class.
Syntax
public FileGeodatabaseConnectionPath( 
   Uri path
)
Public Function New( _
   ByVal path As Uri _
)

Parameters

path
A valid path to a file geodatabase folder that ends with the .gdb extension.
Exceptions
ExceptionDescription
path is null.
The path in path does not end with the .gdb extension.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FileGeodatabaseConnectionPath Class
FileGeodatabaseConnectionPath Members