Click or drag to resize

RasterVariablesUnits Property

Gets or sets the AutoCAD units for inserting images.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public ImageUnits Units { get; set; }

Property Value

Type: ImageUnits
Remarks
Default: None
This is what one AutoCAD unit is equal to for the purpose of inserting and scaling images with an associated resolution. It is recommended to use the same units as the header variable InsUnits, or just use none to avoid any unwanted scaling when inserting images into the drawing.
See Also