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