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.2.3892.0

Syntax

C#

public static string GetDSProjectId(
	string projectPath
)

Visual Basic

Public Shared Function GetDSProjectId ( _
	projectPath As String _
) As String

Visual C++

public:
static String^ GetDSProjectId(
	String^ projectPath
)

Parameters

projectPath
Type: System.String
Full project path.

Return Value

Return project id corresponding to the project path.

See Also