TreeNodeType.isModelElement Method [AX 2012]

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

public boolean isModelElement()

Run On

Called

Return Value

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

A model-element is a tree node that is (or can be) persisted in the model store. For each model-element tree node one record can be found in the ModelElements table in the model store.

Model-elements are visually decorated with the name of the Model they are contained by in the AOT.

Community Additions

ADD
Show: