Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlLockGet


Description
Obtains a lock/unlock state of the model.
Synopsis
#include <ProMdl.h>
ProErrorProMdlLockGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Core: Models and Model Items: Surface Properties of Models
  2. Core: Models and Model Items: Surface Properties of Models