Share via


TreeNodeType.isUtilElement Method

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

Syntax

public boolean isUtilElement()

Run On

Called

Return Value

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

Remarks

An util-element is a tree node that can be accessed via the UtilElements and UtilIdElements views. Util-elements are a subset of model-elements.

See Also

Reference

TreeNodeType Class