ArcGIS Pro 3.3 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 new CatalogDatasetDefinition GetDefinition()
    Public Shadows Function GetDefinition() As CatalogDatasetDefinition

    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, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also