<Code Lib>
2020 Method
Changes 8
M

ImageType.IsLoadedFromFile

Description:
Checks whether the ImageType was loaded from a file. Revit may generate some ImageTypes internally, such as the ImageTypes created by "Save to Project as Image".

public bool IsLoadedFromFile()

bool True if the ImageType was loaded from a file, False otherwise.

Loading…