C++
void addSupport( const AcUniqueString::value capability );
Description
This used by a provider of an AcGsGraphicsKernel to specify which features are supported by the kernel.
Parameters
Parameters | Description |
---|---|
capability | An AcUniqueString::value to describe the capability in question |
Links
Previous Declaration
AutoCAD 2015 through AutoCAD 2024
void addSupport(const AcUniqueString *capability);
History
AutoCAD 2025
capability argument of the signature changed.