Click or drag to resize

HeaderVariablesInsUnits Property

Specifies a drawing units value for automatic scaling of blocks, images, or xRefs when inserted or attached to a drawing.

Namespace:  DXFReaderNET.Header
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public DrawingUnits InsUnits { get; set; }

Property Value

Type: DrawingUnits
Remarks
Default value: Unitless.
It is not recommend to change this value, if the LUnits variable has been set to Architectural or Engineering, they require the InsUnits to be set at Inches.
See Also