ArcGIS Pro 2.8 API Reference Guide
GetFeature Method

ArcGIS.Core.Data.Topology Namespace > FeatureInfo Class : GetFeature Method
Gets the complete parent ArcGIS.Core.Data.Feature. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Feature GetFeature()
Public Function GetFeature() As Feature

Return Value

The complete parent ArcGIS.Core.Data.Feature.
Exceptions
ExceptionDescription
The underlying Topology is neither a geodatabase topology nor a feature service topology. Instead, it may be an ephemeral map topology.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FeatureInfo Class
FeatureInfo Members