Gets or sets the id of associate shortcut project to this drawing.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public string AssociateShortcutProjectId { get; set; }
Visual Basic
Public Property AssociateShortcutProjectId As String
	Get
	Set
Visual C++
public:
property String^ AssociateShortcutProjectId {
	String^ get ();
	void set (String^ value);
}

See Also