DataShortcutsGetDSProjectId Method

Get data shortcut project id according to project path. The caller will set working folder to parent directory of the project path.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntax
public static string GetDSProjectId(
	string projectPath
)

Parameters

projectPath  String
Full project path.

Return Value

String
Return project id corresponding to the project path.
See Also