Function ProUnitsystemIsStandard
Description
Identifies if a unit system is a Creo Parametric standard system.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdlUnits.h>
ProUnitsystemIsStandard
(
/* (In)
The unit system.
*/
ProBoolean* is_standard
/* (Out)
PRO_B_TRUE if the system is standard, PRO_B_FALSE if it's user-defined
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
これは役に立ちましたか?