JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptEntityOptions.addAllowedClass(className,exactMatch);
Parameters |
Description |
className |
name of allowed class |
exactMatch |
boolean for exact type |
Use this method to add type to the internal list of classes allowed for the selection.
If exactMatch is true, then only objects of the exact class type are allowed. Otherwise,objects of the specified type and of any derived types are allowed. If type is already in the class list, the value of exactMatch is applied to the existing class entry.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|