Share via


TreeNodeType.isRootElement Method

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

Syntax

public boolean isRootElement()

Run On

Called

Return Value

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

Remarks

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.

See Also

Reference

TreeNodeType Class