ImageType.ReloadFrom
Description:
Reloads the ImageType from a new image file.
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.
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
)
-
StringimagePathA new path to an image file to load.
-
The provided path is not a local path. -or- imagePath is an empty string. -or- The file represented by imagePath is not a supported image file type. -or- The image file represented by imagePath is a password protected PDF file. -or- The image file represented by imagePath could not be read and may be corrupt.
-
A non-optional argument was NULL
-
The file represented by imagePath does not exist.
-
This ImageType was not loaded from a file.
-
The document containing this ImageType is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- The document containing this ImageType is being loaded, or is in the midst of another sensitive process.
-
The document containing this ImageType has no open transaction.
-
The image file represented by imagePath is a PDF file but PDF import is not available in the installed Revit.