Share

AcGsManager::activeModels

C++

virtual bool activeModels(
    AcArray<AcGsModel*>& result
) const = 0;

Description

Gets an array of all active graphics models.

Parameters

Parameters Description
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

AcGsManager Class

Previous Class

AcGsManager2

History

AutoCAD 2025

Previously part of the AcGsManager2 class.

Was this information helpful?