TreeNodeType.isRootElement Method [AX 2012]

Indicates whether instances of this node type are root-elements.

public boolean isRootElement()

Run On

Called

Return Value

Type: boolean
true if tree nodes of this type are root-elements; otherwise, false.

A root-element is the root in a composition hierarchy of tree nodes. A root-element never has a model-element parent. Examples include MyTable, MyClass, MyForm.

Community Additions

ADD
Show: