Scaling the import.
If this is defined and a valid value (> 0.0), it takes preference over units.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public double CustomScale { get; set; } |
| Visual Basic |
|---|
Public Property CustomScale As Double Get Set |
| Visual C++ |
|---|
public: property double CustomScale { double get (); void set (double value); } |