2021 Method
Changes 7
M

ImageType.ReloadFrom

Description:
Reloads the ImageType from a new image file.
Remarks:
If the image file contains multiple pages the first page will be loaded. If reload fails the currently loaded image will remain unchanged.
Overloads (2):
ReloadFrom(String)
[ObsoleteAttribute("This method is deprecated in Revit 2020 and will be removed in the next version of Revit. We suggest you instead use the ReloadFrom method that takes ImageTypeOptions as input.")]
public void ReloadFrom(
	string imagePath
)
  • String
    imagePath
    A new path to an image file to load.