ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Geodatabase Class / GetGeodatabaseType Method

In This Topic
    GetGeodatabaseType Method
    In This Topic
    Gets the GeodatabaseType associated with the currently opened geodatabase. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public GeodatabaseType GetGeodatabaseType()
    Public Function GetGeodatabaseType() As GeodatabaseType

    Return Value

    The GeodatabaseType associated with the currently opened geodatabase.
    Exceptions
    ExceptionDescription
    No valid geodatabase has been opened prior to invoking this operation.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also