C++
virtual bool activeModels( const AcDbDatabase* pDb, AcArray<AcGsModel*>& result ) const = 0;
Description
Gets an array of active "main" graphics models for a database.
Parameters
| Parameters | Description |
|---|---|
| pDb | Input database |
| result | Output array of graphics models |
Returns
Returns true if there are one or more graphics models.
Remarks
This function does not clear the result passed in before adding to it.
Links
Previous Class
AcGsManager2
History
AutoCAD 2025
Previously part of the AcGsManager2 class.