C++
virtual int getFeatureVal( const AcUniqueString::value ) const = 0;
Description
Get the value of the hardware feature.
Parameters
Parameters | Description |
---|---|
feature | Input feature |
Returns
Current value of the specified feature.
Links
Previous Declaration
AutoCAD 2019 through AutoCAD 2024
virtual int getFeatureVal(const AcUniqueString*) const = 0;
History
AutoCAD 2025
feature argument of the signature changed.