API Reference > Classes > Geometry Classes > OdBmUnifiedBitmapSchemaHelper Class > OdBmUnifiedBitmapSchemaHelper Methods > OdBmUnifiedBitmapSchemaHelper::getTextureRasterImage Method
OdBmUnifiedBitmapSchemaHelper::getTextureRasterImage Method
Syntax
C++
OdResult getTextureRasterImage(OdString& sTextureFileName, OdGiRasterImagePtr& pImg) const;
Parameters 
Description 
OdString& sTextureFileName 
[in] Auxillary input texture filename.  
OdGiRasterImagePtr& pImg 
[out] Pointer to a raster image.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Loads texture using getTextureFilename() method. If unsuccessful, loads texture using sTextureFileName. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.