ArcGIS Pro 2.9 API Reference Guide
GetParentFeatures Method

ArcGIS.Core.Data.Topology Namespace > TopologyElement Class : GetParentFeatures Method
Gets the parent feature(s) that spawn this topology element. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<FeatureInfo> GetParentFeatures()
Public Function GetParentFeatures() As IReadOnlyList(Of FeatureInfo)

Return Value

A list of one or more parent features that spawn this topology element.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TopologyElement Class
TopologyElement Members