CadRProfPutScale
Sets the scale of the road profile.
void CadRProfPutScale (
YuHandle hRProf,
double HorScale,
double VerScale
);
Parameters
- hRProf (YuHandle)
- Handle to the road profile, as returned by
CadAddRProf. - HorScale (double)
- Scale factor.
- VerScale (double)
- Scale factor.
Return Value
None.