ArcGIS Pro 3.7 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 Shadows Function GetTable() As FeatureClass
    public new FeatureClass GetTable()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also