Changes in 2020 vs 2021 1 added 3 missing 3 changed
Flip API Versions →Added in 2020 (new since 2021)
Missing in 2020 (only available in 2021)
Changed members
ImageTypeOptions(String, Boolean)
Became obsolete in 2021: This constructor is deprecated in Revit 2021 and will be removed in the next version of Revit. We suggest you instead use the constructors that take an ImageTypeSource and a path or an external resource reference as input.
| path | String | The file path that specifies the image to be used. |
| useRelativePath | Boolean | True if ImageType should use a relative path, false otherwise. |
ImageTypeOptions()
Became obsolete in 2021: This constructor is deprecated in Revit 2021 and will be removed in the next version of Revit. We suggest you instead use the constructor that takes an ImageTypeSource as input.
ImageTypeOptions(String)
Became obsolete in 2021: This constructor is deprecated in Revit 2021 and will be removed in the next version of Revit. We suggest you instead use the constructors that take an ImageTypeSource and a path or an external resource reference as input.
| path | String | The file path that specifies the image to be used. |