CadRPlanSetEnd
Sets the end of the road alignment (plan).
void CadRPlanSetEnd (
YuHandle hRPlan,
double Dist
);
Parameters
- hRPlan (YuHandle)
- Handle to the road alignment, as returned by
CadAddRPlan. - Dist (double)
- Distance / chainage along the object, in drawing units.
Return Value
None.