CadRPlanPutVisible
Sets the visibility of the road alignment (plan).
void CadRPlanPutVisible (
YuHandle hRPlan,
std::int32_t Mode,
std::int32_t bVisible
);
Parameters
- hRPlan (YuHandle)
- Handle to the road alignment, as returned by
CadAddRPlan. - 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.