ICMPLayerGetConnectedComponents(PointD) 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(
	PointD p
)

Parameters

p  PointD
The chosen point.

Return Value

ListICMPObject
Returns all components with connection to the chosen point

Implements

InterfaceCMPLayerGetConnectedComponents(PointD)

See Also