Share

DataShortcuts.GetDSProjectId 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.280

Syntax

C#

public static string GetDSProjectId(
	string projectPath
)

VB

Public Shared Function GetDSProjectId ( 
	projectPath As String
) As String

C++

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

Reference

Was this information helpful?