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

3337e506 3017 3158 e674 3ac8d9b884f4

haplokuon edited this page May 6, 2023 · 1 revision

InsUnits Field

netDxf 3.0.0 Library

Default drawing units for AutoCAD DesignCenter blocks.

Definition

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

C#

public const string InsUnits = "$INSUNITS"

VB

Public Const InsUnits As String = "$INSUNITS"

C++

public:
literal String^ InsUnits = "$INSUNITS"

F#

static val mutable InsUnits: string

Field Value

String

Remarks

The US Surveyor Units were introduced in the AutoCad2018 DXF version (AC1032), they may be not supported if the file is loaded in earlier versions of AutoCad.

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally