Share

DataShortcuts.AssociateDSProject(String, String) Method

Associate a data shortcut project to the input drawing file. Input drawing file will be saved after associating. The caller will set working folder to parent directory of the project path corresponding to the project id. The caller will set input project to active project. 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.280

Syntax

C#

public static void AssociateDSProject(
	string projectId,
	string dwgFilePath
)

VB

Public Shared Sub AssociateDSProject ( 
	projectId As String,
	dwgFilePath As String
)

C++

public:
static void AssociateDSProject(
	String^ projectId, 
	String^ dwgFilePath
)

Parameters

projectId  String
Project id.
dwgFilePath  String
Full database path to be associated.

See Also

Reference

Was this information helpful?