ILayerGetAllObjectInRectangle(RectangleF) 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(
	RectangleF Area
)

Parameters

Area  RectangleF
RectangleF with relevant elements.

Return Value

ListIObject
List of all IObjects in the chosen area.

See Also