ICMPLayerGetAllObjectInRectangle(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 override List<IObject> GetAllObjectInRectangle(
	RectangleF Area
)

Parameters

Area  RectangleF
RectangleF

Return Value

ListIObject
List of all ICMPObjects in the chosen area.

See Also