ICMPLayerGetConnectedComponents(PointF) Method

Returns all components which are connected with the Point.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<ICMPObject> GetConnectedComponents(
	PointF p
)

Parameters

p  PointF
The chosen point.

Return Value

ListICMPObject
Returns all components with connection to the chosen point

See Also