Share

Acad.PromptEntityOptions.removeAllowedClass Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.PromptEntityOptions.removeAllowedClass(className);

Group

ACAD Namespace

Parameters

Parameter Description
className name of the class to remove.

Description

Use this method to remove the class indicated by className from the internal list of classes allowed for this selection.

Exception

Throws a TypeError object.

ACAD Namespace

Was this information helpful?