CadSetCustProp
Updates the value of a custom-entity property row.
std::int32_t CadSetCustProp (
std::int32_t IdProp,
const char* szValue
);
Parameters
- IdProp (std::int32_t)
- Integer value.
- szValue (const char*)
- NUL-terminated UTF-8 string.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.