CadRPlanPutLineweight
Sets the lineweight of the road alignment (plan).
void CadRPlanPutLineweight (
YuHandle hRPlan,
std::int32_t Mode,
std::int32_t lw
);
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.
- lw (std::int32_t)
- Integer value.
Return Value
None.