C++
static inline bool isValidPtr( const AcDbDatabase * pDb );
Description
Used to identify of the pointer is a valid database.
Parameters
| Parameters | Description |
|---|---|
| pDb | Input pointer to an AcDbDatabase |
Returns
Returns true if the pointer is of a valid database, else false is returned.