DataShortcutsCreateProjectFolder(String, String, String, Boolean) Method

Create a project folder with the given name, description, and template path. If the current project is set, please manually right-click "Refresh" under the "Data Shortcuts" node in C3D's "Prospector".

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntax
public static void CreateProjectFolder(
	string nameFolder,
	string descrFolder,
	string pathTemplate,
	bool setAsCurrent
)

Parameters

nameFolder  String
Folder name.
descrFolder  String
Folder description.
pathTemplate  String
Template path.
setAsCurrent  Boolean
If true, set as current project.
See Also