OpenRoads Designer CONNECT Edition SDK Help

GetNearest Method

Gets the nearest point of a LinearIntersectionCollection to a given point

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearIntersection GetNearest( DPoint3d pt)

Parameters

SettingDescription
  DPoint3d  

Return Value

LinearIntersection

See Also