JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.TransientManager.showTransients(transientIds,bShow);
Parameters |
Description |
transientIds |
is of type Array integer. |
bShow |
is a Boolean. |
Use this function to show or hide the Acad.Transient objects in the AutoCAD transient manager.
Returns a Promise object for which users need to specify .then(OnSuccess, onError)
. For example, function Acad.TransientManager.showTransient(transientIds,bShow).then(onSuccess, onError);
onSuccess |
is a function type called on successful completion of this method |
onError |
is a function type called if an error occurs |
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|