C++
bool hasRequirement( const AcUniqueString::value capability ) const;
Description
This used by a provider of an AcGsGraphicsKernel to determine which features are required of the kernel.
Parameters
Parameters | Description |
---|---|
capability | An AcUniqueString::value to describe the capability in question. |
Returns
true if the capability is required, otherwise false.
Links
Previous Declaration
AutoCAD 2024
bool hasRequirement(const AcUniqueString *capability) const;
AutoCAD 2015 through AutoCAD 2023
bool requires(const AcUniqueString * capability) const;
History
AutoCAD 2025
capability argument of the signature changed.
AutoCAD 2024
Name of the function changed.