InterfaceCMPLayerGetConnectedComponents Method
Returns all components which are connected with the Point.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
List<ICMPObject> GetConnectedComponents(
PointD p
)
Function GetConnectedComponents (
p As PointD
) As List(Of ICMPObject)
List<ICMPObject^>^ GetConnectedComponents(
PointD p
)
abstract GetConnectedComponents :
p : PointD -> List<ICMPObject>
- p PointD
- The chosen point.
ListICMPObjectReturns all components with connection to the chosen point