ExtentsOverlaps2d.ComputeOverlappingPairs Method
Public Shared Function ComputeOverlappingPairs( _
ByVal input As IEnumerable(Of IExtents2d) _
) As List(Of Pair(Of IExtents2d, IExtents2d))
This language is not supported or no code example is available.
public static List<Pair<IExtents2d, IExtents2d>> ComputeOverlappingPairs(
IEnumerable<IExtents2d> input
)
This language is not supported or no code example is available.
public:
static List<Pair<IExtents2d^, IExtents2d^>^>^ ComputeOverlappingPairs(
IEnumerable<IExtents2d^>^ input
)
This language is not supported or no code example is available.
Parameters
- input
- IEnumerable<IExtents2d>