IODBObjectDistanceTo(IODBObject, PointD, PointD) Method

Calculate the distance between two objects.

Definition

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

Parameters

Object2  IODBObject
The second IODBObject.
From  PointD
ref PointD from location
To  PointD
ref PointD to location

Return Value

Double
double

Implements

InterfaceODBObjectDistanceTo(IODBObject, PointD, PointD)

See Also