FindAllConnectingEdges Method
Returns all edges for a given Surface point.
Signature
RetVal = object.FindAllConnectingEdges(Easting, Northing)
object
Surface The object or objects this property applies to.
Easting
Double; input-only
The exact Easting of the Surface point.
Northing
Double; input-only
The exact Northing of the Surface point.
RetVal
Variant (array of doubles)
An array of 3D points.
Remarks
FindAllConnectingEdges expects the Easting / Northing to be a Surface point. If not, the function will return with an error. The exact coordinates can be found using the Surface FindPoint method or by using a TinPoint
The first element in the array will be the coordinate passed in. The following items in the array are all of the point that radiate from the selected point. All edges are returned in counter-clockwise order.