CadAddPolylineW
Creates a new polyline — w and returns its handle.
YuHandle CadAddPolylineW (
YuHandle hDwg,
std::int32_t FitType,
std::int32_t bClosed,
double Width
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - FitType (std::int32_t)
- Integer value.
- bClosed (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
- Width (double)
- Width in world units.
Return Value
The handle of the newly created polyline, or 0 on failure.