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.