Function ProUnitExpressionGet
Description
Returns a user-friendly unit description: the name (i.e. "ksi") for ordinary units and the expression (i.e. N/m^3) for system-generated units.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdlUnits.h>
ProUnitExpressionGet
(
/* (In)
The unit item.
*/
ProPath expression
/* (Out)
The unit expression.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The unit type was not recognized.
Sample Code References
User Guide References
Was this helpful?