Share

AcGsConfig::getFeatureAvailableVal

C++

virtual int getFeatureAvailableVal(
    const AcUniqueString::value
) const = 0;

Description

Get the available value for the hardware feature.

Parameters

Parameters Description
feature Input feature

Returns

Integer representing the available value for the hardware feature.

Links

AcGsConfig

Previous Declaration

AutoCAD 2019 through 2024

virtual int getFeatureAvailableVal(const AcUniqueString*) const = 0;

History

AutoCAD 2025

feature argument of the signature changed.

Was this information helpful?