Share

acgsGetActiveModels Function

C++

ACCORE_PORT bool acgsGetActiveModels(
    const AcDbDatabase* pDb, 
    AcArray<AcGsModel*>& result
);

File

acgs.h

Description

Get an array of active "main" graphics models for a database.

Parameters

Parameters Description
pDb Output array of graphics models
result Input database

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. This is a convenience wrapper for AcGsManager::activeModels().

Was this information helpful?