Revit 2019.2 API |
ImageType..::..GetImage Method |
ImageType Class See Also |
Get the bitmap image stored in the image symbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since: 2015
Syntax
C# |
---|
public Bitmap GetImage() |
Visual Basic |
---|
Public Function GetImage As Bitmap |
Visual C++ |
---|
public: Bitmap^ GetImage() |