Share

AcGsManager::activeGraphicsKernels

C++

virtual bool activeGraphicsKernels(
    AcArray<AcGsGraphicsKernel*>& result
) const = 0;

Description

Gets an array of all active graphics kernels.

Parameters

Parameters Description
result Output array of graphics kernels

Returns

Returns true if there are one or more graphics kernels.

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?