JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.eraseTransient(transientId,onComplete,onError);
Parameters |
Description |
transientId |
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 object from the AutoCAD transient Manager.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|