InterfaceCMPObjectDistanceTo(ICMPObject, Boolean) Method

Calculate the distance between two objects.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IODBObjectDistanceResultClass DistanceTo(
	ICMPObject Object2,
	bool includePins
)

Parameters

Object2  ICMPObject
The second IODBObject
includePins  Boolean
include the pin geometry

Return Value

IODBObjectDistanceResultClass
Special class which contains all relevant information.

See Also