LineIntersection Method
Returns the intersection points of a line with the Alignment.
Signature
RetVal = object.LineIntersection(StartEasting, StartNorthing, EndEasting, EndNorthing)
object
Alignment The object or objects this property applies to.
StartEasting
Double; input-only
Easting of the first point
StartNorthing
Double; input-only
Northing of the first point
EndEasting
Double; input-only
Easting of the second point
EndNorthing
Double; input-only
Northing of the second point
RetVal
Variant (array of doubles)
The array has the format of: Station, Direction, Easting, Northing.