Search
Diagram.getLayers Method
See Also
 

Gets a list of the layers in the current diagram.

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

 Syntax

Java  Copy Code

public List<Layer> getLayers ()

 Return Value

A list of Layer objects.

 See Also