Share

AcGsKernelDescriptor::addSupport

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

AcGsKernelDescriptor Class

Previous Declaration

AutoCAD 2015 through AutoCAD 2024

void addSupport(const AcUniqueString *capability);

History

AutoCAD 2025

capability argument of the signature changed.

Was this information helpful?