Namespace:
Autodesk.Revit.DB
ExportUnit
Enumeration
Description:
An enumerated type listing possible target units for CAD Export.
An enumerated type listing possible target units for CAD Export.
Syntax
public enum ExportUnit
Unknown Namespace Members:
| Name | Description |
|---|---|
| Default | Default export unit. Depends on Revit's current units. |
| Inch | Inches in fractional notation. |
| Foot | Feet and Inches in fractional notation. |
| Millimeter | Millimeters as decimal values. |
| Centimeter | Centimeters as decimal values. |
| Meter | Meters as decimal values. |