Line.DistanceTo Method
Parent Object: LineDescription
Method that returns the distance to the specified point.
Syntax
Line.DistanceTo( Point As Point ) As DoubleParameters
Name | Type | Description |
Point | Point | Point object that specifies the point to which the distance is to be returned. |