Acad.PromptEntityOptions.removeAllowedClass Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.PromptEntityOptions.removeAllowedClass(className);
Group
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.