Share

AcGsConfig::getFeatureRecommendedVal

C++

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

Description

Get the recommended value for the hardware feature.

Parameters

Parameters Description
feature Input feature

Returns

Integer representing the recommended value for the hardware feature.

Links

AcGsConfig

Previous Declaration

AutoCAD 2019 through 2024

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

History

AutoCAD 2025

feature argument of the signature changed.

Was this information helpful?