Search
PaletteModel.getElementAt Method
See Also
 






Gets the category at the specified index.

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

 Syntax

Java  Copy Code

PaletteCategory getElementAt (
    int index
)

 Parameters

index

The index of the category.

 Return Value

The PaletteCategory at the specified index.

 See Also