FindConnectingEdge Method

Land Auto

FindConnectingEdge Method

Given an Surface point, retrieves the closest edge.

See Also |Example

Signature

RetVal = object.FindConnectingEdge(Easting, Northing)

object

Surface The object or objects this property applies to.

Easting

Double; input-only
Easting of the Surface point.

Northing

Double; input-only
Northing of the Surface point.

RetVal

Variant (6 element array of doubles)
An array of two 3D points.

Remarks

FindConnectingEdge will return the closest edge to the input point.