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

Autodesk.AutoCAD.js

JavaScript
function Acad.updateTransient(transientId,xmlData,onComplete,onError);
Parameters 
Description 
transientId 
is of type integer 
xmlData 
is of type string 
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 update an Acad.Transient object in the AutoCAD transient Manager. The XML data represents an AcGiDrawable object defined by the transient.xsd schema.

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