Function ProMdlUnitsystemsCollect
Description
Retrieves the systems of units available to the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdlUnits.h>
ProMdlUnitsystemsCollect
(
ProMdl mdl
/* (In)
The model handle.
*/
ProUnitsystem** systems
/* (Out)
ProArray of unit systems. Free this array using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
¿Fue esto útil?