Category Sketches and sections, Object ProSecdim

Function ProSecdimLockSet


Description
Lock or unlock the dimension entity.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimLockSet(
ProSection section
/* (In)
The section
*/
int dim_id
/* (In)
The dimension identifier
*/
ProBoolean is_locked
/* (In)
PRO_B_TRUE, means lock the dimension.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully locked/ unlocked the entity.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_INVALID_TYPEDimension can not be locked or unlocked.

Manual References:

  1. Element Trees: Sections: Adding Section Dimensions
  2. Element Trees: Sections: Adding Section Dimensions