Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

8eebf89e ea24 4fba 8fe4 317a4c358e5a

haplokuon edited this page May 6, 2023 · 1 revision

Update Method

netDxf 3.0.0 Library

Updates the internal data of the dimension and if needed it rebuilds the block definition of the actual dimension.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void Update()

VB

Public Sub Update

C++

public:
void Update()

F#

member Update : unit -> unit 

Remarks

This method needs to be manually called to reflect any change made to the dimension properties (geometry and/or style).

See Also

Reference

Dimension Class
netDxf.Entities Namespace

Clone this wiki locally