Function ProUnitsystemRename
Description
Renames a system of units.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdlUnits.h>
ProUnitsystemRename
(
/* (In)
The unit system.
*/
ProName new_name
/* (In)
The new name.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The unit system cannot be modified because if is standard, or new_name already exists, or the model cannot be modified.
User Guide References
Was this helpful?