CadDimStylePutZeroSup
Sets the zero sup of the dimension style.
void CadDimStylePutZeroSup (
YuHandle hStyle,
std::int32_t bAngular,
std::int32_t bSup
);
Parameters
- hStyle (YuHandle)
- Handle to the style.
- bAngular (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
- bSup (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.