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

4383f42a 35ee 7321 e94d c0859527bd6d

haplokuon edited this page May 6, 2023 · 1 revision

ImageUnits Enumeration

netDxf 3.0.0 Library

AutoCAD units for inserting images.

Definition

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

C#

public enum ImageUnits

VB

Public Enumeration ImageUnits

C++

public enum class ImageUnits

F#

type ImageUnits

Remarks

This is what one AutoCAD unit is equal to for the purpose of inserting and scaling images with an associated resolution.

Members

Unitless 0 No units.
Millimeters 1 Millimeters.
Centimeters 2 Centimeters.
Meters 3 Meters.
Kilometers 4 Kilometers.
Inches 5 Inches.
Feet 6 Feet.
Yards 7 Yards.
Miles 8 Miles.

See Also

Reference

netDxf.Units Namespace

Clone this wiki locally