OpenProjectOptions interface
Namespace: NextDesign.Desktop
Description
List of open project options.
Property
Name | Description |
---|---|
AddToRecentFiles | You can specify whether to add the opened project to the recent files. If False, the opened project will not be added to the recent files. The default is True. |
ExcludeModelFiles | You can specify whether to open the project without loading the model files. If True, open the project without loading the model file. The default is False. |
IsSetCurrent | You can specify whether to set the loaded project as the current project. If False is specified, the loaded project will not be set as the current project. The default is True. |
ReadOnly | You can specify whether to open the project read-only. If True is specified, the opened project cannot be edited. The default is False. |