TreeNode.getNodeInLayer 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
getNodeInLayer(UtilEntryLevel) |
Retrieves a version of the tree node from a specified layer. |
getNodeInLayer(UtilEntryLevel, Boolean) |
getNodeInLayer(UtilEntryLevel)
Retrieves a version of the tree node from a specified layer.
public:
virtual Dynamics::AX::Application::TreeNode ^ getNodeInLayer(Dynamics::AX::Application::UtilEntryLevel level1);
public virtual Dynamics.AX.Application.TreeNode getNodeInLayer (Dynamics.AX.Application.UtilEntryLevel level1);
abstract member getNodeInLayer : Dynamics.AX.Application.UtilEntryLevel -> Dynamics.AX.Application.TreeNode
override this.getNodeInLayer : Dynamics.AX.Application.UtilEntryLevel -> Dynamics.AX.Application.TreeNode
Public Overridable Function getNodeInLayer (level1 As UtilEntryLevel) As TreeNode
Parameters
- level1
- UtilEntryLevel
Returns
The new TreeNode.
Remarks
This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isGetNodeInLayerSupported method to determine if the method is supported.
Applies to
getNodeInLayer(UtilEntryLevel, Boolean)
public:
virtual Dynamics::AX::Application::TreeNode ^ getNodeInLayer(Dynamics::AX::Application::UtilEntryLevel _layer, bool _old);
public virtual Dynamics.AX.Application.TreeNode getNodeInLayer (Dynamics.AX.Application.UtilEntryLevel _layer, bool _old);
abstract member getNodeInLayer : Dynamics.AX.Application.UtilEntryLevel * bool -> Dynamics.AX.Application.TreeNode
override this.getNodeInLayer : Dynamics.AX.Application.UtilEntryLevel * bool -> Dynamics.AX.Application.TreeNode
Public Overridable Function getNodeInLayer (_layer As UtilEntryLevel, _old As Boolean) As TreeNode
Parameters
- _layer
- UtilEntryLevel
The value specifying whether or not the node should be retrieved from the layer file in the old model store; optional.
- _old
- Boolean
The value specifying whether or not the node should be retrieved from the layer file in the old model store; optional.