| Revit 2017 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: 17.0.0.0 (17.0.484.0)
Since: 2015
Syntax
| C# |
|---|
public Bitmap GetImage() |
| Visual Basic |
|---|
Public Function GetImage As Bitmap |
| Visual C++ |
|---|
public: Bitmap^ GetImage() |