ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Geodatabase Class / Geodatabase Constructor / Geodatabase Constructor(MobileGeodatabaseConnectionPath)
Holds a valid path to a mobile geodatabase that ends with the .geodatabase extension.

In This Topic
    Geodatabase Constructor(MobileGeodatabaseConnectionPath)
    In This Topic
    Opens a mobile geodatabase with the specified connectionPath. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    connectionPath
    Holds a valid path to a mobile geodatabase that ends with the .geodatabase extension.
    Exceptions
    ExceptionDescription
    The path to the geodatabase is invalid or the geodatabase cannot be opened.
    A geodatabase-related exception has occurred.
    This object must be created within the lambda or delegate passed to QueuedTask.Run, or on a compatible STA thread.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also