TreeNode.AOTLayer Method

Returns the layer of the tree node.

Syntax

public UtilEntryLevel AOTLayer()

Run On

Called

Return Value

Type: UtilEntryLevel Enumeration
The layer that this node resides in.

Remarks

This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isLayerAware() method to determine if the method is supported.

See Also

Reference

TreeNode Class