Click or drag to resize

QuadSearchTreeTFindElements Method

Find elements with extends that overlaps the provided extent

Namespace:  DHI.Mike1D.Generic.Spatial
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public ICollection<T> FindElements(
	Extent extent
)

Parameters

extent
Type: DHI.Mike1D.Generic.Spatial.GeometryExtent
Extent to look for elements within

Return Value

Type: ICollectionT
A list of elements with overlapping extents
See Also