TreeNode.AOTLayers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute