Click or drag to resize

LeaderUpdate Method

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

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Update(
	bool resetAnnotationPosition
)

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