Skip to content

ACadSharp.IO.CadWriterConfiguration.UpdateDimensionsInBlocks

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

UpdateDimensionsInBlocks Property

Update the blocks that visualize the dimensions in the model space.

Remarks

When creating or modifying a dimension in a block, it needs to be updated in order to appear in the drawing.

Definition

Namespace: ACadSharp.IO.CadWriterConfiguration

C#

public Boolean UpdateDimensionsInBlocks { get; set; }

Property Value

Boolean

Value

default: false

Clone this wiki locally