InterfaceODBObjectDistanceTo(IODBObject, PointD, PointD) Method
Calculate the distance between two objects.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
double DistanceTo(
IODBObject object2,
ref PointD from,
ref PointD to
)
Function DistanceTo (
object2 As IODBObject,
ByRef from As PointD,
ByRef to As PointD
) As Double
double DistanceTo(
IODBObject^ object2,
PointD% from,
PointD% to
)
abstract DistanceTo :
object2 : IODBObject *
from : PointD byref *
to : PointD byref -> float
- object2 IODBObject
-
- from PointD
-
- to PointD
-
Doubledouble