2021 Class Back to 2021
C

ImageTypeOptions

Version comparison

Members across versions

16 members across 9 versions · 3 added later · 4 removed · 3 changed · 3 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
C ImageTypeOptions(String, Boolean)
same changed missing missing missing missing missing missing missing
C ImageTypeOptions(ExternalResourceReference)
same missing missing missing missing missing missing missing missing
same changed missing missing missing missing missing missing missing
C ImageTypeOptions(String)
same changed missing missing missing missing missing missing missing
C ImageTypeOptions(String, Boolean, ImageTypeSource)
not yet introduced added same same same same same same same
C ImageTypeOptions(ExternalResourceReference, ImageTypeSource)
not yet introduced added same same same same same same same
same same same same same same same same same
M IsValid(Document)
same same same same same same same same same
M SetExternalResourceReference(ExternalResourceReference)
same same same same same same same same same
M SetPath(String)
same same same same same same same same same
M SetPath(String, Boolean)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
P Path
same same same same same same same same same
same same same same same same same same same
not yet introduced added same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2021).
2021 current

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.