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