ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / CatalogLayer Class / GetCatalogDataset Method

In This Topic
    GetCatalogDataset Method
    In This Topic
    Returns the underlying CatalogDataset that the catalog layer is pointing to. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public CatalogDataset GetCatalogDataset()
    Public Function GetCatalogDataset() As CatalogDataset

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    A CatalogDataset is a collection of catalog dataset items, modeled as objects with a polygon representing the item footprint. Each footprint feature's attributes are properties specific to the purpose, scope, and validation status of each dataset item
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also