setLocked

setLocked — sets the locked property of the point.

Synopsis

For C++ and C#:
void setLocked(ilocked); 
bool ilocked;
 
For Java:
void setLocked(ilocked); 
boolean ilocked;
 

Parameters

ilocked

The locked flag for the point.

Description

Sets the locked property of the point.