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; }
Public Property Units As ImageUnits
Get
Set
public:
property ImageUnits Units {
ImageUnits get ();
void set (ImageUnits value);
}
member Units : ImageUnits with get, set
PROPERTY Units AS ImageUnits GET SET
Property Value
Type:
ImageUnitsRemarks
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