CadPlinePutClosed
Sets the closed of the polyline.
void CadPlinePutClosed (
YuHandle hEnt,
std::int32_t bClosed
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- bClosed (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.