CadRProfGetY
Returns the y of the road profile.
void CadRProfGetY (
YuHandle hRProf,
double Dist,
double* pYold,
double* pYnew
);
Parameters
- hRProf (YuHandle)
- Handle to the road profile, as returned by
CadAddRProf. - Dist (double)
- Distance / chainage along the object, in drawing units.
- pYold (double*)
- Caller-supplied output pointer.
- pYnew (double*)
- Caller-supplied output pointer.
Return Value
None.