Share

SettingsUnitZone.ScaleObjectsFromOtherDrawings Property

Gets or sets the boolean value that specifies whether objects inserted from another drawing will be scaled if necessary to match drawing units in the current drawing.



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

Syntax

C#

public bool ScaleObjectsFromOtherDrawings { get; set; }

VB

Public Property ScaleObjectsFromOtherDrawings As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?