IODBLayerGetAllObjectsOnPositionInCurrentStep Method

Returns all objects on the point (only in current step).

Definition

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

Parameters

Position  PointD
PointD 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