Function ProMdlLockGet
Description
Obtains a lock/unlock state of the model.
Synopsis
#include <ProMdl.h>
ProMdlLockGet
(
ProMdl model
/* (In)
The model.
*/
ProBoolean* is_locked
/* (Out)
PRO_B_TRUE if the model is locked, PRO_B_FALSE if it is unlocked.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed.
User Guide References
這是否有幫助?