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.
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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool ScaleObjectsFromOtherDrawings { get; set; } |
Visual Basic |
---|
Public Property ScaleObjectsFromOtherDrawings As Boolean Get Set |
Visual C++ |
---|
public: property bool ScaleObjectsFromOtherDrawings { bool get (); void set (bool value); } |