Modifying Systems of Units
Functions Introduced:
Use the function
ProUnitsystemRename() to rename a custom- defined system of unit. The input parameters for this function are as follows:
• system—Specifies a handle to the system of unit.
• new_name—Specifies the new name for the system.
Use the function
ProUnitsystemDelete() to delete a custom- defined system of unit. Specify a handle to the system of units to be deleted as the input parameter for this function.
|
Note:
|
You can only delete a custom-defined system of units. You cannot delete a pre-defined system of units.
|