ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / CatalogDataset Class / GetDefinition Method

In This Topic
    GetDefinition Method (CatalogDataset)
    In This Topic
    Gets the CatalogDatasetDefinition of this dataset.
    Syntax
    Public Shadows Function GetDefinition() As CatalogDatasetDefinition
    public new CatalogDatasetDefinition GetDefinition()

    Return Value

    The CatalogDatasetDefinition of this dataset.
    Exceptions
    ExceptionDescription
    This dataset does not have a valid definition.
    A geodatabase-related exception has occurred.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also