Skip to content

ACadSharp.IO.CadWriterConfiguration.UpdateDimensionsInModel

Albert Domenech edited this page Jul 21, 2025 · 1 revision

UpdateDimensionsInModel Property

Update the blocks that visualize the dimensions in the blocks.

Remarks

The dimensions in the model space are automatically updated by the drawing software, is not recommended to update them if is not needed.

Definition

Namespace: ACadSharp.IO.CadWriterConfiguration

C#

public Boolean UpdateDimensionsInModel { get; set; }

Property Value

Boolean

Value

default: false

Clone this wiki locally