Namespace:
Autodesk.Revit.DB
ImportUnit
Enumeration
Description:
An enumerated type listing possible target units for CAD Import.
An enumerated type listing possible target units for CAD Import.
Syntax
public enum ImportUnit
Unknown Namespace Members:
| Name | Description |
|---|---|
| Default | Unit (if available) from the document that is getting imported. |
| Foot | Feet and Inches in fractional notation. |
| Inch | Inches in fractional notation. |
| Meter | Meters as decimal values. |
| Decimeter | Decimeters as decimal values. |
| Centimeter | Centimeters as decimal values. |
| Millimeter | Millimeters as decimal values. |
| Custom | Custom values as decimal values |