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

Autodesk.AutoCAD.js

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

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