ICMPLayerGetAllObjectsOnPosition(PointF) Method

Gets all objects on a point on this Layer.

Definition

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

Parameters

Position  PointF
Point on the layer.

Return Value

ListIObject
List with all IObjects on this point, for ICMPLayer usualy one ICMPObject (but it is possible to have more than one component on the point e.g. for variants).

See Also