Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

99e4da29 3f8c fb5b be8a d4e4df47ff7e

haplokuon edited this page May 6, 2023 · 1 revision

InsUnits Property

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DrawingUnits InsUnits { get; set; }

VB

Public Property InsUnits As DrawingUnits
	Get
	Set

C++

public:
property DrawingUnits InsUnits {
	DrawingUnits get ();
	void set (DrawingUnits value);
}

F#

member InsUnits : DrawingUnits with get, set

Property Value

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

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally