IODBObjectDistanceTo(InterfaceODBObject, 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(
	InterfaceODBObject object2,
	ref PointD from,
	ref PointD to
)

Parameters

object2  InterfaceODBObject
 
from  PointD
 
to  PointD
 

Return Value

Double
double

Implements

InterfaceODBObjectDistanceTo(InterfaceODBObject, PointD, PointD)

See Also