Share

AcGsConfig::isFeatureEnabled

C++

virtual bool isFeatureEnabled(
    const AcUniqueString::value
) const = 0;

Description

Returns Boolean indicating whether a hardware feature is enabled.

Hardware features have three conditions: enabled, available, and recommended. If enabled, the hardware feature is available and currently in use. If available, the hardware feature is supported by the graphics hardware. If recommended, the hardware feature is available and considered reliable.

Parameters

Parameters Description
feature Input feature

Links

AcGsConfig

Previous Declaration

AutoCAD 2015 through 2024

virtual bool isFeatureEnabled(const AcUniqueString*) const = 0;

AutoCAD 2014 and earlier

virtual bool isFeatureEnabled(HardwareFeature feature) = 0;

History

AutoCAD 2025

feature argument of the signature changed.

AutoCAD 2015

feature argument of the signature changed.

Was this information helpful?