ArcGIS Pro 2.6 API Reference Guide
GetTable Method (Feature)

ArcGIS.Core.Data Namespace > Feature Class : GetTable Method
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 10, Windows 8.1, Windows 7

See Also

Reference

Feature Class
Feature Members