IODBLayerGetAllObjectsOnPosition(PointF) Method

Returns all objects on the point (including step and repeat).

Definition

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

Parameters

Position  PointF
PointF on wich the relevant objects are, e.g. you can use the mouse location and calculate values in the data (IPCBIWindow.WorldToClient) to get all object on clicked point.

Return Value

ListIObject
All objects on the relevant location (Position) in a List.

See Also