InterfaceCMPLayerGetConnectedComponents Method

Returns all components which are connected with the Point.

Definition

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

Parameters

p  PointD
The chosen point.

Return Value

ListICMPObject
Returns all components with connection to the chosen point

See Also