API Reference > Classes > OdIfcHostAppServices Class > OdIfcHostAppServices Methods > OdIfcHostAppServices::gsBitmapDevice Method
OdIfcHostAppServices::gsBitmapDevice Method
Syntax
C++
virtual OdGsDevicePtr gsBitmapDevice(OdRxObject* pViewObj = NULL, OdDbBaseDatabase* pDb = NULL, OdUInt32 flags = 0);
Parameters 
Description 
OdRxObject* pViewObj = NULL 
[in] A raw pointer to an OdAbstractViewPE compatible object (OdGsView, OdDbViewport, etc).  
OdDbBaseDatabase* pDb = NULL 
[in] A raw pointer to the database context.  
OdUInt32 flags = 0 
[in] Bitmap device flags.  

a smart pointer to the device object associated with the host application services object.

Retrieves the current bitmap device associated with the host application services object.

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