Share via


TreeNodeType.isModelElement Method

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

Syntax

public boolean isModelElement()

Run On

Called

Return Value

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

Remarks

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.

See Also

Reference

TreeNodeType Class