Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbRasterImageDef::setImage Method
Syntax
C++
virtual void setImage(OdGiRasterImage* pImage, bool modifyDatabase = true);

Creates an image from the specified OdGiRasterImage object.

Parameters
Description
pImage
[in] Pointer to the RasterImage object.
modifyDatabase
[in] If and only if true, marks the associated OdDbDatabase instance as modified.

isLoaded() returns false if pImage is NULL. Otherwise, it returns true.

Copyright © 2002-2022. Open Design Alliance All rights reserved.