Share

Configuration.IsNoHardwareOverrideEnabled Method

Description

Check to see if AutoCAD is running in safe mode.

Visual Basic

Public Function IsNoHardwareOverrideEnabled() As bool

C#

public bool IsNoHardwareOverrideEnabled();

Returns

True if AutoCAD is launched with no hardware.

Links

Configuration Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?