CadPlinePutEndW
Sets the end w of the polyline.
void CadPlinePutEndW (
YuHandle hEnt,
std::int32_t iVer,
double W
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- iVer (std::int32_t)
- Zero-based index.
- W (double)
- Width in world units.
Return Value
None.