Share via


ProjectNode.getRunNode Method

Opens the project window and returns the root projectNode of that window, for a particular projectNode found in the project overview window.

Syntax

public ProjectNode getRunNode()

Run On

Called

Return Value

Type: ProjectNode Class
The running projectNode.

Remarks

To obtain a running projectNode without opening the project window, use the ProjectNode.loadForInspection Method.

See Also

Reference

ProjectNode Class