API 설명서 > Sketches and sections > Object ProSecdim > Function ProSecdimIsLocked
Function ProSecdimIsLocked
Description
Determine whether or not the dimension is locked.
Synopsis
#include <ProSecdim.h>
ProSecdimIsLocked
(
ProSection section
/* (In)
The section
*/
int dim_id
/* (In)
The dimension identifier
*/
ProBoolean* is_locked
/* (Out)
PRO_B_TRUE, means locked dimension status.
*/
)
Returns
The function successfully executed.
One or more of the input arguments are invalid.
User Guide References
도움이 되셨나요?