Synchronizes AutoCAD settings with Autodesk Civil 3D settings. Deprecated.
Gets or sets the boolean value that specifies whether synchronizes AutoCAD settings with Autodesk Civil 3D settings.
Synchronizes AutoCAD settings with Autodesk Civil 3D settings. Deprecated.
Gets or sets the boolean value that specifies whether synchronizes AutoCAD settings with Autodesk Civil 3D settings.

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

Syntax

C#
public bool MatchAutoCADVariables { get; set; }
Visual Basic
Public Property MatchAutoCADVariables As Boolean
	Get
	Set
Visual C++
public:
property bool MatchAutoCADVariables {
	bool get ();
	void set (bool value);
}

See Also