Share via


TreeNodeType.isLayerAware Method

Definition

Indicates whether instances of this node type are decorated with layers in the AOT.

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

Returns

true if tree nodes of this type are decorated with layers; otherwise, false.

Remarks

Tree nodes of this type support the AOTLayer and AOTLayers methods.

Applies to