Click or drag to resize

BlockRecordDefaultUnits Property

Gets or sets the default block units.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static DrawingUnits DefaultUnits { get; set; }

Property Value

Type: DrawingUnits
Remarks
These are the units that all new blocks will use as default.
See Also