Function ProSecdimLockSet
Description
Lock or unlock the dimension entity.
Synopsis
#include <ProSecdim.h>
ProSecdimLockSet
(
ProSection section
/* (In)
The section
*/
int dim_id
/* (In)
The dimension identifier
*/
ProBoolean is_locked
/* (In)
PRO_B_TRUE, means lock the dimension.
*/
)
Returns
The function successfully locked/ unlocked the entity.
Model is in read-only state.
One or more of the input arguments are invalid.
Dimension can not be locked or unlocked.
User Guide References
これは役に立ちましたか?