ICMPObjectDistanceTo(ICMPObject, PointF, PointF, Boolean) Method

Calculate the distance between two objects.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public double DistanceTo(
	ICMPObject Object2,
	ref PointF From,
	ref PointF To,
	bool includePins
)

Parameters

Object2  ICMPObject
The second IODBObject.
From  PointF
ref PointF
To  PointF
ref PointF
includePins  Boolean
include the pin geometry

Return Value

Double
double

Implements

InterfaceCMPObjectDistanceTo(ICMPObject, PointF, PointF, Boolean)

See Also