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