IODBObjectDistanceTo(IODBObject, PointF, PointF) 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 PointF From,
	ref PointF To
)

Parameters

Object2  IODBObject
The second IODBObject.
From  PointF
ref PointF
To  PointF
ref PointF

Return Value

Double
double

Implements

InterfaceODBObjectDistanceTo(IODBObject, PointF, PointF)

See Also