API 설명서 > Sketches and sections > Object ProSecdim > Function ProSecdimLockSet
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.
One or more of the input arguments are invalid.
Dimension can not be locked or unlocked.
User Guide References
도움이 되셨나요?