ILayerGetAllObjectInRectangle(RectangleD) Method

Returns all objects in the specified rectangle Area.

Definition

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

Parameters

Area  RectangleD
Rectangle with relevant elements.

Return Value

ListIObject
List of all IObjects in the chosen area.

Implements

InterfaceLayerGetAllObjectInRectangle(RectangleD)

See Also