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

fcdd2b10 58ab a6c8 1a04 7931720e33e8

haplokuon edited this page May 6, 2023 · 1 revision

Update Method

netDxf 3.0.0 Library

Updates the leader entity to reflect the latest changes made to its properties.

Definition

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

C#

public void Update(
	bool resetAnnotationPosition
)

VB

Public Sub Update ( 
	resetAnnotationPosition As Boolean
)

C++

public:
void Update(
	bool resetAnnotationPosition
)

F#

member Update : 
        resetAnnotationPosition : bool -> unit 

Parameters

  Boolean
If true the annotation position will be modified according to the position of the leader hook (last leader vertex), otherwise the leader hook will be moved according to the actual annotation position.

Remarks

This method should be manually called if the annotation position is modified, or the leader properties like Style, Annotation, TextVerticalPosition, and/or Offset.

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally