ArcGIS Pro 2.9 API Reference Guide
GetLeftParentFeatures Method

ArcGIS.Core.Data.Topology Namespace > TopologyEdge Class : GetLeftParentFeatures Method
Indicates whether all parent features that cover this edge are returned. If true, only polygons lying to the left of the edge will be returned. The default value is true.
Gets the set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the left of the edge will be returned. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<FeatureInfo> GetLeftParentFeatures( 
   bool boundedByEdge
)
Public Function GetLeftParentFeatures( _
   Optional ByVal boundedByEdge As Boolean _
) As IReadOnlyList(Of FeatureInfo)

Parameters

boundedByEdge
Indicates whether all parent features that cover this edge are returned. If true, only polygons lying to the left of the edge will be returned. The default value is true.

Return Value

The set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the left of the edge will be returned.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TopologyEdge Class
TopologyEdge Members