Share

acgsGetActiveModels Function

C++

ACCORE_PORT bool acgsGetActiveModels(
    AcArray<AcGsModel*>& result
);

File

acgs.h

Description

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

Was this information helpful?