JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.TransientManager.showTransients Function

Autodesk.AutoCAD.js

JavaScript
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.

Links
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!