IODBLayerGetAllObjectInRectangle(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 override List<IObject> GetAllObjectInRectangle(
	RectangleD Area
)

Parameters

Area  RectangleD
RectangleD

Return Value

ListIObject
List of all IODBObjects in the chosen area.

Implements

InterfaceLayerGetAllObjectInRectangle(RectangleD)
InterfaceLayerGetAllObjectInRectangle(RectangleD)

See Also