|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.TransientManager.eraseTransients(transientIds,onComplete,onError);
|
Parameters |
Description |
|
transientIds |
is of type integer |
|
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 erase the the Acad.Transient objects from the AutoCAD transient Manager.
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|