FindPoint Method
Given an Easting / Northing, returns the closest Surface point.
Signature
RetVal = object.FindPoint(Easting, Northing)
object
Surface The object or objects this property applies to.
Easting
Double; input-only
The Easting of the Surface point.
Northing
Double; input-only
The Northing of the Surface point.
RetVal
Variant (3 element array of doubles)
A 3D point representing the Surface point.