CorridorStateIntersectAlignment(ObjectId, ObjectId, IPoint, Boolean) Method |
Intersects a ray with an alignment, with no maximum distance specified.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IPoint IntersectAlignment(
ObjectId targetAlignmentId,
ObjectId alignmentId,
IPoint origin,
bool lookRight
)
Public Function IntersectAlignment (
targetAlignmentId As ObjectId,
alignmentId As ObjectId,
origin As IPoint,
lookRight As Boolean
) As IPoint
public:
IPoint^ IntersectAlignment(
ObjectId targetAlignmentId,
ObjectId alignmentId,
IPoint^ origin,
bool lookRight
)
Parameters
- targetAlignmentId ObjectId
- Intersect with this alignment.
- alignmentId ObjectId
- Project the ray perpendicular to this alignment.
- origin IPoint
- Origin of the intersection ray.
- lookRight Boolean
- Project the ray to the right if true, to the left if false.
Return Value
IPointReturns the point of intersection.
See Also