Share via


TreeNodeType.isModelElement Method

Definition

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

public:
 virtual bool isModelElement();
public virtual bool isModelElement ();
abstract member isModelElement : unit -> bool
override this.isModelElement : unit -> bool
Public Overridable Function isModelElement () As Boolean

Returns

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.

Applies to