FindConnectingEdge Method
Given an Surface point, retrieves the closest edge.
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.