setLocked
setLocked — sets the locked property of the point.
Syntax
For C++ and C#:
void setLocked(bool ilocked);
For Java:
void setLocked(boolean ilocked);
Parameters
- ilocked
The locked flag for the point.
Description
Sets the locked property of the point.