ProjectNode.getRunNode 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.
Opens the project window and returns the root projectNode of that window, for a particular projectNode found in the project overview window.
public:
virtual Dynamics::AX::Application::ProjectNode ^ getRunNode();
public virtual Dynamics.AX.Application.ProjectNode getRunNode ();
abstract member getRunNode : unit -> Dynamics.AX.Application.ProjectNode
override this.getRunNode : unit -> Dynamics.AX.Application.ProjectNode
Public Overridable Function getRunNode () As ProjectNode
Returns
The running projectNode.
Remarks
To obtain a running projectNode without opening the project window, use the ProjectNode.loadForInspection Method.