InterfaceODBLayerGetAllObjectsOnPosition Method

Returns all objects on the point.

Definition

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

Parameters

position  PointD
 

Return Value

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

Implements

InterfaceLayerGetAllObjectsOnPosition(PointD)

See Also