InterfaceODBObjectDistanceTo(IODBObject, PointD, PointD) Method

Calculate the distance between two objects.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
double DistanceTo(
	IODBObject object2,
	ref PointD from,
	ref PointD to
)

Parameters

object2  IODBObject
 
from  PointD
 
to  PointD
 

Return Value

Double
double

See Also