CadSetParam
Sets a global engine parameter (CAD_GL_*) and returns the previous value.
std::int32_t CadSetParam (
std::int32_t Param,
std::int32_t Value
);
Parameters
- Param (std::int32_t)
- Integer value.
- Value (std::int32_t)
- The value to assign.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.