Click or drag to resize

LeaderUpdate Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the leader entity to reflect the latest changes made to its properties.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Update(
	bool resetAnnotationPosition
)
Request Example View Source

Parameters

resetAnnotationPosition
Type: SystemBoolean
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