GetCurrentProjectWithDialog Method
In This Topic
Gets current project. If there are more than one project open, then displays a dialog to let user choose a current one.
Syntax
public Project GetCurrentProjectWithDialog()
public:
Project^ GetCurrentProjectWithDialog();
Return Value
Project : project object. When there is no projects open or the user clicks "Cancel" in project selection window, return value is null
.
See Also