Click or drag to resize

HeaderVariablesInsUnits Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Specifies a drawing units value for automatic scaling of blocks, images, or xRefs when inserted or attached to a drawing.

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DrawingUnits InsUnits { get; set; }
Request Example View Source

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