An enumerated type listing possible target units for CAD Export.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration ExportUnit
public enum class ExportUnit
Members| Member name | Value | Description |
|---|
| Centimeter | 4 |
Centimeters as decimal values.
|
| Default | 0 |
Default export unit. Depends on Revit's current units.
|
| Foot | 2 |
Feet and Inches in fractional notation.
|
| Inch | 1 |
Inches in fractional notation.
|
| Meter | 5 |
Meters as decimal values.
|
| Millimeter | 3 |
Millimeters as decimal values.
|
See Also