ImportUnit Enumeration

An enumerated type listing possible target units for CAD Import.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ImportUnit
Members
Member nameValueDescription
Default0 Unit (if available) from the document that is getting imported.
Foot1 Feet and Inches in fractional notation.
Inch2 Inches in fractional notation.
Meter3 Meters as decimal values.
Decimeter4 Decimeters as decimal values.
Centimeter5 Centimeters as decimal values.
Millimeter6 Millimeters as decimal values.
Custom7 Custom values as decimal values
USSurveyFoot8 US survey feet as decimal values
See Also