CadSetCustPropMode
Sets a custom-entity property row read-only or editable.
std::int32_t CadSetCustPropMode (
std::int32_t IdProp,
std::int32_t bReadOnly
);
Parameters
- IdProp (std::int32_t)
- Integer value.
- bReadOnly (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.