CorridorStateIntersectLink Method

Intersects a ray with an assembly's links.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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

IPoint
Returns the point of intersection.
See Also