TreeNode.AOTLayers Method

Definition

Overloads

AOTLayers()

Returns a collection of the layers the tree node is defined in.

AOTLayers(Boolean)

AOTLayers()

Returns a collection of the layers the tree node is defined in.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Set ^ AOTLayers();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Microsoft.Dynamics.Ax.Xpp.Set AOTLayers ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTLayers : unit -> Microsoft.Dynamics.Ax.Xpp.Set
override this.AOTLayers : unit -> Microsoft.Dynamics.Ax.Xpp.Set
Public Overridable Function AOTLayers () As Set

Returns

Set

A Set object with the layers.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isLayerAware() method to determine if the method is supported.

Applies to

AOTLayers(Boolean)

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Set ^ AOTLayers(bool _old);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Microsoft.Dynamics.Ax.Xpp.Set AOTLayers (bool _old);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTLayers : bool -> Microsoft.Dynamics.Ax.Xpp.Set
override this.AOTLayers : bool -> Microsoft.Dynamics.Ax.Xpp.Set
Public Overridable Function AOTLayers (_old As Boolean) As Set

Parameters

_old
Boolean

A Boolean value that indicates whether to return the layers of the tree node definitions from the old model store; optional.

Returns

Set
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to