ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Feature Class / GetTable Method

In This Topic
    GetTable Method (Feature)
    In This Topic
    Gets the parent FeatureClass of this feature. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public new FeatureClass GetTable()
    Public Shadows Function GetTable() As FeatureClass

    Return Value

    The parent FeatureClass of this feature.
    Exceptions
    ExceptionDescription
    This instance of Feature does not have a parent FeatureClass (e.g., if it is obtained via a QueryDef).
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also