IODBObjectDistanceTo(PointD) Method

Calculate distance between this object and an point.

Definition

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

Parameters

Point  PointD
The relevant point

Return Value

Double
distance between point and object

Implements

InterfaceODBObjectDistanceTo(PointD)

See Also