| Revit 2017 API |
| ImageType..::..IsLoadedFromFile Method |
| ImageType Class See Also |
Checks whether the image is loaded from a file.
Revit may generate some images internally, such as the images created by "Save to Project as Image".
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2015
Syntax
| C# |
|---|
public bool IsLoadedFromFile() |
| Visual Basic |
|---|
Public Function IsLoadedFromFile As Boolean |
| Visual C++ |
|---|
public: bool IsLoadedFromFile() |