DroidDiagram Programmer's Guide
Layer.getLocked Method
See Also
 






Gets a value indicating whether the layer is locked. Items associated with locked layers cannot be modified interactively, regardless of their own DiagramItem.getLocked property.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getLocked ()

 Return Value

A boolean value specifying if the layer is locked.

 See Also

Layer Members
Layer Class
com.mindfusion.diagramming Namespace