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

Autodesk.AutoCAD.js

JavaScript
function Acad.addTransient(transient,xmlData,onComplete,onError);
Parameters 
Description 
transient 
is of type Acad.Transient 
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 add an Acad.Transient object to the AutoCAD transient manager. The XML data represents an AcGiDrawable object defined by the transient.xsd schema.

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