Click or drag to resize

DimensionUpdate Method

Rebuilds the block definition of the actual dimension.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Update()
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