FindPath method

Land Auto

FindPath Method

Give two coordinates, reads in all of the Faces that lie on that line.

See Also | Example

Signature

object.FindPath(StartEasting, StartNorthing, EndEasting, EndNorthing)

object

Faces The object or objects this property applies to.

StartEasting

Double; input-only
The first point's Easting coordinate.

StartNorthing

Double; input-only
The first point's Northing coordinate.

EndEasting

Double; input-only
The second point's Easting coordinate.

EndNorthing

Double; input-only
The second point's Northing coordinate.

Remarks

FindPath will act as a filter for the Faces collection. Given two points, it will return all of the faces that the line crosses. The Faces collection now contains only those faces. The SearchType will be set to kSearchByPath.