Function ProUnitCreateByExpression
Description
Creates a derived unit.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdlUnits.h>
ProUnitCreateByExpression
(
ProMdl mdl
/* (In)
The model handle.
*/
ProName unit_name
/* (In)
The unit name.
*/
ProPath expression
/* (In)
The unit expression.
*/
ProUnititem* new_unit
/* (Out)
The new unit handle. May be NULL.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
The reference unit was not found in the model.
User Guide References
これは役に立ちましたか?