Share

AcGsConfig::isFeatureAvailable

C++

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

Description

Returns Boolean indicating whether a feature is available.

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

Returns

true if feature is available, else false.

Links

AcGsConfig

Previous Declaration

AutoCAD 2015 through 2024

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

AutoCAD 2014 and earlier

virtual bool isFeatureAvailable(HardwareFeature feature) = 0;

History

AutoCAD 2025

feature argument of the signature changed.

AutoCAD 2015

feature argument of the signature changed.

Was this information helpful?