Share

AcGsConfig::isFeatureRecommended

C++

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

Description

Returns the hardware feature recommended status.

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 hardware feature to query

Returns

true if feature is recommended, else false.

Links

AcGsConfig

Previous Declaration

AutoCAD 2015 through 2024

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

AutoCAD 2014 and earlier

virtual bool isFeatureRecommended(HardwareFeature feature) = 0;

History

AutoCAD 2025

feature argument of the signature changed.

AutoCAD 2015

feature argument of the signature changed.

Was this information helpful?