ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ImageServiceLayer Class / GetTable Method

In This Topic
    GetTable Method (ImageServiceLayer)
    In This Topic
    Gets the catalog table. This method must be called on the MCT. Use QueuedTask.Run
    Syntax
    public Table GetTable()
    Public Function GetTable() As Table

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also