Category Sketches and sections, Object ProSecdim

Function ProSecdimIsLocked


Description
Determine whether or not the dimension is locked.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimIsLocked(
ProSection section
/* (In)
The section
*/
int dim_id
/* (In)
The dimension identifier
*/
ProBoolean* is_locked
/* (Out)
PRO_B_TRUE, means locked dimension status.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully executed.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Element Trees: Sections: Adding Section Dimensions