| Revit 2024 API |
| ImageTypeSource Enumeration |
| See Also |
The source of the data used to generate the image.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2021
Since:
2021
Syntax
| C# |
|---|
public enum ImageTypeSource |
| Visual Basic |
|---|
Public Enumeration ImageTypeSource |
| Visual C++ |
|---|
public enum class ImageTypeSource |
Members
| Member name | Description |
|---|---|
| Link | The image data is from an externally linked image file. |
| Import | The image data was imported into the Revit document. |
| Internal | The image data was created internally. These are rendering images or views saved in the project as images. |