public IReadOnlyList<FeatureInfo> GetRightParentFeatures( bool boundedByEdge )
Public Function GetRightParentFeatures( _ 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 right 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 right of the edge will be returned.