InterfaceODBObjectDistanceTo(InterfaceODBObject, PointD, PointD) Method

Calculate the distance between two objects.

Definition

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

Parameters

object2  InterfaceODBObject
 
from  PointD
 
to  PointD
 

Return Value

Double
double

See Also