Jaa


TreeNodeType.isUtilElement Method

Definition

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

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

Returns

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.

Applies to