Revit 2026 API
Image |
Get the bitmap image stored in the image symbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Bitmap GetImage()
Public Function GetImage As Bitmap
public: Bitmap^ GetImage()
member GetImage : unit -> Bitmap
Return Value
BitmapThe bitmap image at the original loaded image size.
See Also