InterfaceODBObjectDistanceTo(PointD) Method

Calculate distance between this object and an point.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
double DistanceTo(
	PointD point
)

Parameters

point  PointD
 

Return Value

Double
distance between point and object

See Also