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.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntaxpublic static void CreateProjectFolder(
string nameFolder,
string descrFolder,
string pathTemplate,
bool setAsCurrent
)
Public Shared Sub CreateProjectFolder (
nameFolder As String,
descrFolder As String,
pathTemplate As String,
setAsCurrent As Boolean
)
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