yucad3d

CadProfileLoad

Loads a named settings profile (the global CAD_GL_* parameters).

std::int32_t CadProfileLoad ( const char* szName );

Parameters

szName (const char*)
NUL-terminated UTF-8 string.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also