Share

SettingsUnitZone.MatchAutoCADVariables Property

Synchronizes AutoCAD settings with Autodesk Civil 3D settings. Deprecated.



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

Syntax

C#

public bool MatchAutoCADVariables { get; set; }

VB

Public Property MatchAutoCADVariables As Boolean
	Get
	Set

C++

public:
property bool MatchAutoCADVariables {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?