InterfaceLayerGetAllObjectInRectangle Method

Get all objects in rectangle.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IObject> GetAllObjectInRectangle(
	RectangleD Area
)

Parameters

Area  RectangleD
Rectangle in mils.

Return Value

ListIObject
Objects in rectangle.

See Also