Function ProUnitInit
Description
Retrieves the unit structure for a basic unit.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdlUnits.h>
ProUnitInit
(
ProMdl mdl
/* (In)
The model owner.
*/
ProName unit_name
/* (In)
The name of the unit to retrieve.
*/
/* (Out)
The unit.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The indicated unit name does not exist in the model.
Sample Code References
User Guide References
도움이 되셨나요?