Share

SettingsRoot.AssociateShortcutProjectId Property

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



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

Syntax

C#

public string AssociateShortcutProjectId { get; set; }

VB

Public Property AssociateShortcutProjectId As String
	Get
	Set

C++

public:
property String^ AssociateShortcutProjectId {
	String^ get ();
	void set (String^ value);
}

Property Value

String

See Also

Reference

Was this information helpful?