ILayerGetAllObjectsOnPosition(PointF) Method

Gets all objects on a point of the layer.

Definition

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

Parameters

Position  PointF
PointF

Return Value

ListIObject
List of IObjects.

See Also