ICMPLayerGetAllObjectsOnPosition(PointD) 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(
	PointD Position
)

Parameters

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

Implements

InterfaceLayerGetAllObjectsOnPosition(PointD)
InterfaceLayerGetAllObjectsOnPosition(PointD)

See Also