C++
virtual int countLayouts( AcDbDatabase * pDb = NULL ) = 0;
Description
This function returns the number of items in the layout dictionary which should represent the number of AcDbLayout objects in the drawing. This includes the Model tab, which is always present.
Parameters
| Parameters | Description |
|---|---|
| useDb | Input pointer of AcDbDatabase to use. Default is the current database |