C++
virtual void setFeatureVal( const AcUniqueString::value, int iVal = 0 ) = 0;
Description
Set the value of the hardware feature.
Parameters
Parameters | Description |
---|---|
iVal | Input feature value |
feature | Input feature |
Links
Previous Declaration
AutoCAD 2019 through AutoCAD 2024
virtual void setFeatureVal(const AcUniqueString*, int iVal = 0) = 0;
History
AutoCAD 2025
feature argument of the signature changed.