CadRProfPutVisible
Sets the visibility of the road profile.
void CadRProfPutVisible (
YuHandle hRProf,
std::int32_t Mode,
std::int32_t bVisible
);
Parameters
- hRProf (YuHandle)
- Handle to the road profile, as returned by
CadAddRProf. - Mode (std::int32_t)
- Mode selector — see the constants referenced in the description.
- bVisible (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.