ArcGIS Pro 3.2 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 Nullable<bool> IsGeodatabase {get; set;}
    Public Property IsGeodatabase As Nullable(Of Boolean)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also