TreeNode.AOTLayer Method [AX 2012]

Returns the layer of the tree node.

public UtilEntryLevel AOTLayer()

Run On

Called

Return Value

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

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.

Community Additions

ADD
Show: