DwgDxfDataSet.ArcAccuracy Property
Gets or sets a value controlling how accurate line arcs will be modeled with line features with straight segments.
Syntax
public System.Int32 ArcAccuracy { get; set; }
Property Value
Default: 120
The number of line segments that will be used for a 360 degree arc.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Platforms
Windows, Linux