CadPntStylePutFixed
Sets the fixed of the point style.
void CadPntStylePutFixed (
YuHandle hStyle,
std::int32_t bFixed
);
Parameters
- hStyle (YuHandle)
- Handle to the style.
- bFixed (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.