Indicates the current state of the contents of the ImageType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ImageTypeStatus
Members
Member name | Value | Description |
---|---|---|
FailedToLoad | 2 | The linked image could not be loaded from file. Some possible reasons are:
|
Generated | 5 | The internally created image is available. |
Imported | 4 | The image was imported and is available. |
Loaded | 1 | The linked image was successfully loaded. |
Unknown | 0 | The linked image has not yet been loaded. No image is available. This status is only returned before the document is fully opened. |
Unloaded | 3 | The linked images was unloaded by the user. No image is available. |