CadPlinePutWidth
Sets the width of the polyline.
void CadPlinePutWidth (
YuHandle hEnt,
double Width
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Width (double)
- Width in world units.
Return Value
None.
Sets the width of the polyline.
None.