Search
DiagramBuilder.activeLayer Method
See Also
 

Sets the zero-based index of the active layer.

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

 Syntax

Java  Copy Code

public DiagramBuilder activeLayer (
    int value
)

 Parameters

value

An integer value that specifies the index of the active layer.

 Return Value

This DiagramBuilder instance.

 See Also