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
)
Public Sub Update (
resetAnnotationPosition As Boolean
)
public:
void Update(
bool resetAnnotationPosition
)
member Update :
resetAnnotationPosition : bool -> unit
METHOD Update(
resetAnnotationPosition AS LOGIC
) AS VOID
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