ImageType.Create
Description:
Creates a new ImageType element and loads the image into it.
Creates a new ImageType element and loads the image into it.
Remarks:
The ImageType will be created but will not be placed into any view.
Overloads (2):
Create(Document,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 Create method that takes ImageTypeOptions as input.")]
public static ImageType Create(
Document document,
string imagePath
)
-
documentThe document.
-
imagePathA 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.
-
The document 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 is being loaded, or is in the midst of another sensitive process.
-
The document has no open transaction.
-
The image file represented by imagePath is a PDF file but PDF import is not available in the installed Revit.