Share

Configuration.IsFeatureEnabled Method

Description

Returns a Boolean indicating whether a hardware feature is enabled.

Hardware features have three conditions: enabled, available, and recommended. If enabled, the hardware feature is available and currently in use. If available, the hardware feature is supported by the graphics hardware. If recommended, the hardware feature is available and considered reliable.

Visual Basic

Public Function IsFeatureEnabled(
    A_0 As System::UInt64
) As bool

Parameters

Parameters Description
feature Input input feature.

Previous Declaration

AutoCAD 2015 through AutoCAD 2024
public bool IsFeatureEnabled(UniqueString feature);

AutoCAD 2014 and earlier
[return: MarshalAs(UnmanagedType.U1)]
public bool IsFeatureEnabled(
Autodesk.AutoCAD.GraphicsSystem.HardwareFeature feature
);

Links

Configuration Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?