DataShortcutsAssociateDSProject(String) Method

Associate a data shortcut project to current drawing. Current drawing 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.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.7.0.1190
Syntax
public static void AssociateDSProject(
	string projectId
)

Parameters

projectId  String
Project id.
See Also