CadSetPolygonSides
Set polygon sides.
std::int32_t CadSetPolygonSides (
YuHandle hDwg,
std::int32_t n
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - n (std::int32_t)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.