CorridorStateIntersectLink Method |
Intersects a ray with an assembly's links.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IPoint IntersectLink(
IPoint origin,
bool lookRight,
double slope,
string linkCode
)
Public Function IntersectLink (
origin As IPoint,
lookRight As Boolean,
slope As Double,
linkCode As String
) As IPoint
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.
See Also