Click or drag to resize

DimensionUpdate Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Rebuilds the block definition of the actual dimension.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Update()
Request Example View Source
Remarks
This method needs to be manually called to reflect any change made to the dimension style.
The dimension must belong to a document.
See Also