CadDimStylePutUnits
Sets the units of the dimension style.
void CadDimStylePutUnits (
YuHandle hStyle,
std::int32_t bAngular,
std::int32_t Units
);
Parameters
- hStyle (YuHandle)
- Handle to the style.
- bAngular (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
- Units (std::int32_t)
- Integer value.
Return Value
None.