<Code Lib>
M

ImageView.Create(Document, String)

Description:
Create an ImageView containing an image imported from disk.
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 ImageView Create(
	Document document,
	string imageFileName
)

Return Value ImageView The newly created view.

Loading…