InterfaceLayerGetAllObjectsOnPosition Method

Check for objects on the given position.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IObject> GetAllObjectsOnPosition(
	PointD Position
)

Parameters

Position  PointD
Location for searched objects.

Return Value

ListIObject
List for searched objects.

See Also