CADability dotNET
Get all GeoObjects that coincide with the given BoundingRect or are close to it. This method is faster than GetObjectsFromRect but does not check the overlap of the ractangle and the GeoObject

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoObjectList GetObjectsNearRect(
	BoundingRect pickrect
)
Visual Basic
Public Function GetObjectsNearRect ( _
	pickrect As BoundingRect _
) As GeoObjectList
Visual C++
public:
GeoObjectList^ GetObjectsNearRect(
	BoundingRect pickrect
)

Parameters

pickrect
Type: CADability..::..BoundingRect
the BoundingRect

Return Value

List of all GeoObjects close to the BoundingRect

See Also