This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
7820cdac dd2d 0460 df0a 6cc48da7159d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Updates the attribute list of the actual insert with the attribute definition list of the referenced block. This does not affect any value assigned to the Value property.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Sync()
VB
Public Sub Sync
C++
public:
void Sync()
F#
member Sync : unit -> unit
This method will automatically call the TransformAttributes method, to keep all attributes position and orientation up to date.
This method will does not change the values assigned to attributes in the actual insert, besides the ones modified by the TransformAttributes() method; position, normal, rotation, text height, width factor, oblique angle, is backwards, is upside down, and alignment values.