| Revit 2022.1 API |
| ImageType..::..ExternalResourceType Property |
| ImageType Class See Also |
The type of external resources that represents images.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020
Syntax
| C# |
|---|
public static ExternalResourceType ExternalResourceType { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property ExternalResourceType As ExternalResourceType Get |
| Visual C++ |
|---|
public: static property ExternalResourceType^ ExternalResourceType { ExternalResourceType^ get (); } |