Intersects a ray with an assembly's links.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public IPoint IntersectLink( IPoint origin, bool lookRight, double slope, string linkCode )
VB
Public Function IntersectLink ( origin As IPoint, lookRight As Boolean, slope As Double, linkCode As String ) As IPoint
C++
public: IPoint^ IntersectLink( IPoint^ origin, bool lookRight, double slope, String^ linkCode )
Parameters
- origin IPoint
- Origin of the intersection ray.
- lookRight Boolean
- Project the ray to the right if true, to the left if false.
- slope Double
- Slope of the ray.
- linkCode String
- Only intersect with links with this code. An empty string "" intersects with all links.
Return Value
IPointReturns the point of intersection.