ICMPObjectDistanceTo(IODBObject, Boolean) Method

Calculate the distance between two objects.

Definition

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

Parameters

Object2  IODBObject
Other object to calculate distance.
includePins  Boolean
Include pins oth this component.

Return Value

IODBObjectDistanceResultClass
Special class which contains all relevant information.

Implements

InterfaceCMPObjectDistanceTo(IODBObject, Boolean)

See Also