ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Catalog Namespace / GDBProjectItem Class / IsGeodatabase Property

In This Topic
    IsGeodatabase Property
    In This Topic
    Gets if the item is a geodatabase, if not it is a database where it contains unregistered tables.
    Syntax
    Public Property IsGeodatabase As Nullable(Of Boolean)
    public Nullable<bool> IsGeodatabase {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also